The mplayer command can grab video when to insert usb-camera into usb slot.
mplayer -tv driver=v4l2:width=352:height=288:device=/dev/video0 tv://
The video grabed by usb-camera can be displayed on the screen,
how to output the grabbed vedio into a file with mplayer?
mplayer -tv driver=v4l2:width=352:height=288:device=/dev/video0 tv://home/test.mp4
The command can't grab video into /home/test.mp4.