Skip to content

Instantly share code, notes, and snippets.

@Amakata
Created August 14, 2014 13:45
Show Gist options
  • Save Amakata/1dbfc71a00609d84615f to your computer and use it in GitHub Desktop.
Save Amakata/1dbfc71a00609d84615f to your computer and use it in GitHub Desktop.
Raspberry Piで動画を記録
for (( i=0 ;i<40; i++ ))
do
raspivid -t 0 -n -o test.h264
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment