Skip to content

Instantly share code, notes, and snippets.

@ibanezmatt13
Last active December 19, 2015 00:49
Show Gist options
  • Save ibanezmatt13/5871438 to your computer and use it in GitHub Desktop.
Save ibanezmatt13/5871438 to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ 1 ]; do
{
raspivid -w 1920 -h 1080 -n -o /home/pi/`date +%H%M%S` -t 300000
sleep 1
}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment