On Thu, Jan 10, 2008, Laurent Pinchart wrote: > The UVC driver is different. The UVC spec allows devices to define new > controls. The total number of controls could be huge, so using > V4L2_CTRL_FLAG_DISABLED is not practical. For this reason, you should use the > enumeration method described in > http://v4l2spec.bytesex.org/spec-single/v4l2.html#AEN794
That's what I ended up doing in VLC (since I needed to use the new API to get MPEG controls anyway) but other apps still use the old method (at least the versions packages in debian sid do, stuff like v4l-info for example). So I figured that this might still be usefull to make sure nobody gets left out. Regards, -- Antoine Cellerier dionoea _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
