command-snippets/watch-webcam-stream-in-mpla...

5 lines
236 B
Markdown
Raw Normal View History

I have some cheap HDMI stick which i use with my notebook to turn it into a second screen (vnc is too slow and net io hungry for my case)
```
mplayer tv:// -tv driver=v4l2:device=/dev/video0:width=1280:height=720:fps=60:outfmt=MJPG
```