USBVIDEO.SYS

  • Thread starter Thread starter Gudmundur Hauksson
  • Start date Start date
G

Gudmundur Hauksson

I´m developing USB 2.0 camera. How do I load the
USBVIDEO.sys driver that comes with WindowsXP?
 
You may want to head over to a DDK newsgroup or something for this, but
here it goes. USBVIDEO.SYS is actually a minidriver that bypasses
proprietary drivers. It allows polling of the hardware to determine
what it is capable of and simply transports data to and from the
computer. I would recommend do a little research here:
http://msdn.microsoft.com/library/d..._53d4ab37-50e4-4079-b978-8356eb59f4b6.xml.asp

Also, I would read up on this here:
http://msdn.microsoft.com/library/d..._2416c452-44a1-4eb4-9d44-40c51c9be62f.xml.asp

Good luck and hope it works out for you ;)

Nathan McNulty
 
Back
Top