Code Monkey home page Code Monkey logo

pylapse's Introduction

PyLaspe - A simple Python tool based on OpenCV to generate time-lapses

Pre-requisites

  • python3
  • opencv
  • tqdm

For long time-lapses, it may be useful to set it up on a Raspberry Pi

apt-get update
apt install python3-opencv

Launch the picture-taking process

The following command

python3 -m pylaspe --itype=sec --dtype=day --night=10 --output=mylapse \
    --webcam=0 3 10

Will take pictures with webcam 0 for 3 days every 10 seconds (every 100 seconds during the night) and store the pictures in folder mylapse

The time types (--dtype, --itype) can be:

  • sec
  • min
  • hour
  • day

Make the movie

python3 -m pylaspe.make --fps=24 mylapse mylapse.mp4

Will make the video mylapse.mp4 from folder mylapse.

It will automatically handle partially grey images (capture issues) and remove black pictures. You may use the --start and --end options to make a smaller clip.

Example

Setup:

Setup

Result:

Result

pylapse's People

Contributors

tbluche avatar

Watchers

 avatar  avatar

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.