Hi Paul, > I just received V-Gear TalkCam MX6 AF camera > <http://vgear.com/products/list.asp?ProdID=AMVG1-010-076-G>. I tested it > with luvcview and preview works fine with YUYV format and 320x240, 640x480, > 1024x768 and 1280x1024 resolutions (the sensor resolution is 1280x1024).
Cool. I'll add the device to the website (after solving your problem of course :-)). > Driver accepts requests to change brightness, contrast, saturation etc., > but the image is not affected - camera seems to be stuck on automatic mode. > Here is the dump from UVCView (I've omitted the audio part): Brightness seems to be supported by the device. There is no automatic brightness mode in UVC. Make sure the value you are trying to set are within the supported range. You can retrieve the minimum, maximum and step values using VIDIOC_QUERYCTRL. If the values are not out of bounds, please enable control debugging (with the trace module parameter) and have a look at the kernel log for possible clues. Cheers, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
