Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created March 2, 2020 08:09
Show Gist options
  • Save tayyebi/8c770f3f84dff13578cd0d1b5b486e62 to your computer and use it in GitHub Desktop.
Save tayyebi/8c770f3f84dff13578cd0d1b5b486e62 to your computer and use it in GitHub Desktop.
Use mplayer to project WebCam on screen
# Install mplayer
sudo apt install mplayer
# Enjoy :)
mplayer tv:// -tv driver=v4l2:width=320:height=240 - vo xv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment