Hi,
Im trying to develop a driver for USB2.0 camera.
I was going through the Microsoft DDK site and it mentions that future driver development must be done with the Windows Server 2003 DDK. So, I have installed this DDK and on going through the samples have come across a driver for an Intel USB Camera.
This sample is located in the "...\WINDDK\3790\src\wdm\videocap\usbintel\sys". folder.
On going through this example I find that it is based on USBCAMD and on the "stream class" architecture. The "USBCAMD" is fine, but the "stream class architecture" is not. The DDK documentation states that the "stream class architecture" should no longer be used, though it is still provided. The document states that new video drivers must follow the "AVstream architecture".
So, I was wondering if there's any way I could get a similar sample driver code for a Video streaming USB device based on USBCAMD and the AVstream class architecture.
Please suggest.
Thank you,
Ravi.