UVC host library

Dependents:   LifeCam WebcamServer

Revision:
2:812d604caad4
Parent:
0:b0f04c137829
diff -r ee74af6365b8 -r 812d604caad4 uvc/uvcini.cpp
--- a/uvc/uvcini.cpp	Fri Aug 03 09:54:39 2012 +0000
+++ b/uvc/uvcini.cpp	Wed Aug 08 16:21:32 2012 +0000
@@ -207,7 +207,7 @@
     DBG_ASSERT(cfg.FormatIndex >= 1);
     DBG_ASSERT(cfg.FormatIndex <= 2);
     DBG_ASSERT(cfg.FrameIndex >= 1);
-    DBG_ASSERT(cfg.FrameIndex <= 8);
+    DBG_ASSERT(cfg.FrameIndex <= 12);
     DBG_ASSERT(cfg.dwFrameInterval <= 10000000);
     DBG_ASSERT(cfg.dwFrameInterval >= 333333);