Sampsa Riikonen kirjoitti: > I have a Sonix USB 2.0 webcam that is using > V4L2. There seems to be a problem with > mplayer.. >
I got a Wiki-page, this webcam use also v4l2. http://wiki.ubuntu-fi.org/Logitech_QuickCam_Pro_9000 If I like to watch from CLI: mplayer -tv driver=v4l2:width=640:height=480:device=/dev/video0:fps=30:outfmt=yuy2 tv:// If I like to capture from CLI: ffmpeg -f video4linux2 -s 640x480 -r 15 -i /dev/video0 -f m4v out.m4v Best Regards Asmo Koskinen. _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
