Skip to content

Instantly share code, notes, and snippets.

@moritzmhmk
Created May 14, 2021 14:09
Show Gist options
  • Save moritzmhmk/f95beb870d9e226020ae4f0620f0b672 to your computer and use it in GitHub Desktop.
Save moritzmhmk/f95beb870d9e226020ae4f0620f0b672 to your computer and use it in GitHub Desktop.
$ raspivid -t 0 -w 1280 -h 720 -fps 25 --codec H264 --intra 75 --inline --flush -o - | ffmpeg -i pipe:0 -codec copy -f v4l2 /dev/video1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment