Last active
August 29, 2015 14:09
-
-
Save parasquid/49d889f43abdfab3f78f to your computer and use it in GitHub Desktop.
Go Pro indefinite video recording
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# locks exposure | |
t ia2 -exp lock 1 | |
# enable USB Mass Storage Device | |
sleep 1 | |
t app usb msc | |
# records video | |
sleep 4 | |
t app button shutter PR | |
sleep X | |
t app button shutter PR | |
sleep 2 | |
t app led red_front on | |
sleep 10 | |
t app led red_front off | |
sleep 1 | |
# computer script should pull oldest file then delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment