El 28/12/12 23:47, Cristian Rodríguez escribió:
El 28/12/12 20:37, Roger Luedecke escribió:
When the camera first initializes it looks right for about one second, then goes dark. In Cheeze I can adjust the brightness, but this of course doesn't work in Skype or Google Hangouts. Also Cheeze hangs when trying to record video. I'd like to fix this of course.
Bus 001 Device 002: ID 04f2:b008 Chicony Electronics Co., Ltd USB 2.0 Camera
apparently it is uvcvideo try
echo "options uvcvideo quirks=0x00000200" >> /etc/modprobe/99-local.conf
modprobe -r uvcvideo modprobe uvcvideo
report success or fail.
make that
echo "options uvcvideo quirks=512" >> /etc/modprobe/99-local.conf
instead of
echo "options uvcvideo quirks=0x00000200" >> /etc/modprobe/99-local.conf
(remember to remove the old line from the file as well)