View Single Post
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#87
Originally Posted by giannoug View Post
You can use it with mplayer. Try something like this.
Code:
mplayer  tv:// -tv driver=v4l2:device=/dev/video0
Change /dev/video0. To find all the cameras attached (and working), use:
Code:
ls /dev/video*
/dev/video0 is the back camera
/dev/video1 is the front camera
and /dev/video2 should be your USB camera.
I have a Logitech Webcam Pro 9000 Webcam, works on my Ubuntu, the N900 is detected but the commands you indicate only shows green screen.