Skip to content

Instantly share code, notes, and snippets.

@mattroz
Created March 1, 2017 14:30
Show Gist options
  • Save mattroz/d9eb692c6e2aee60974f7a2df6d18e19 to your computer and use it in GitHub Desktop.
Save mattroz/d9eb692c6e2aee60974f7a2df6d18e19 to your computer and use it in GitHub Desktop.
@mattroz
Copy link
Author

mattroz commented Mar 1, 2017

raspivid -o testvideo.h264 - his will save a 5 second video file to the path given here as testvideo.h264 (default length of time).
raspivid -o video.h264 -t 10000 - This will record 10 seconds of video to file video.h264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment