I am currently developing a WIA driver for my video camera/webcam device.
What I planned to do is to create a WIA driver for my device so that whenever
I connect the device to the pc, two camera devices will be automatically
mounted on My Computer. One is the normal WIA camera device, which I can
download the picture from camera. Another device is a video camera, which I
can straightaway view the live video stream inside the device window without
using any other application.
Now, my question is how can I achieved it? which samples should i refer to?
this is because i can't find any related sample inside the winddk. Thanks