However, you can find the USBCAMD2 documentation here:
Windows Driver Kit: Streaming Media Devices
USBCAMD Minidriver Library
http://msdn.microsoft.com/en-us/library/ms803105.aspx
Specifically, its operation:
Windows Driver Kit: Streaming Media Devices
USBCAMD2 Minidriver Operation
http://msdn.microsoft.com/en-us/library/ms803104.aspx
"Alok" wrote:
> Hi,
>
> I am new to this stream devices but I have theoretical knowledge of
> communication between stream class and minidriver. I need to rewrite
> stream class minidriver for a webcam using usbcamd2.dll. All I have
> the webcam (no documentation for hardware), and a stream minidriver
> (without USBCAMD2) for the same camera.
>
> I have started with initialization function but several places I find
> it difficult what to include in the new driver.
> I have taken INTECAM sample from ddk as reference.
> Before I start asking query I need some inputs. Any suggestion will
> help me a lot.
>
> -Alok
>
