Git Product home page Git Product logo

timelapse's Introduction

time lapse

A small time lapse script that will start recording when you press the button and stop recording when you press the button again.

Each group of recordings are in their own directory.

It's not terribly configurable as it was just put together for my son's homework, but also an opportunity for me just to play with threads and such in Python.

autostart

To autostart the script on boot you can simply add a cron entry. To do this, I would modify the crontab for pi user with:

$ sudo crontab -u pi -e

and then add the line:

@reboot python /home/pi/timelapse/recorder.py &

led

When the script starts up the led will flash a few times and then go solid for a little bit. After pressing the button to run start the time lapse the led will flash when a photo is taken.

debug

There is lots of debug output which can be turned off via the configuration file.

timelapse's People

Contributors

amnuts avatar

Watchers

 avatar  avatar

Forkers

francisco974

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.