View Single Post
  #10  
Old 22-09-2014, 03:31 PM
AndrewJ
Watch me post!

AndrewJ is offline
 
Join Date: Mar 2006
Location: Melbourne
Posts: 1,905
Gday Ken

UVC was developed around 2003, and is just another form of low level generic Directshow Interface designed by microsoft for USB video devices.
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
It sits and runs in parallel with WDM, and has nothing to do with USB3.0.
Problem is that most applications make use of "tweaked" WDM interfaces for "programmatical" control, so it can get interesting.
Ie if i open the video control window for my DMK, i get both formats in parallel dialogs????
ie Meades LPI uses an extended ( and butchered ) format of the std WDM interface, but doesnt actually follow the rules.
No idea whats happening with the DMKs ( yet )

Andrew
Reply With Quote