09 November, 2012

Viewing WebCam Video with Mplayer

On a number of occasions I find it useful to view my laptop's camera in real-time using Mplayer. Seems this is accomplishable using the following command:

$ mplayer -fps 15 tv:// -tv  driver=v4l2:device=/dev/video0
Cheers.

No comments: