sdineley / GoProTimeLapse

GoPro Timelapse Using Wifi Commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GoPro Timelapse This is a python script that will take a series of pictures using a GoPro Hero4. The basis for the commands are from here.

image

###Usage The current implementation of this script is to be run via CRON. The interval you set to run this via CRON is how often a picture will be taken. To run this every minute, enter this command in CRON.

* * * * * /usr/local/bin/python3 ~/main.py >/dev/null 2>&1

If you want to run this at a different interval, you can create your CRON command here.

###Current Features

  • Save picture on every run of script
  • Pictures saved to individual folders for each day
  • Pictures will be named HHMM.JPG (24 hour time) so they can be imported chronologically
  • Deletes images off GoPro memory card to save space
  • Can save a picture every 10 minutes as a "snapshot" to be uploaded to a website

About

GoPro Timelapse Using Wifi Commands


Languages

Language:Python 100.0%