Git Product home page Git Product logo

raspitimelaps's Introduction

RaspiTimeLapse

Bash script for raspberry pi. It creates a timelapse video with weather text overlay and uploads it to youtube.

  • install ffmpeg. (sudo apt install ffmpeg)
  • install bc (sudo apt install bc)
  • get a font e.g. from google fonts: https://fonts.google.com/specimen/Roboto
  • Copy main.sh it to your raspberry, make it executable (chmod +x main.sh)
  • adjust the paths/ variables in main.sh

To be able to upload to Youtube you need python3, the api client and toklands script.
- install python-pip Make sure its python3.
- pip install google-api-python-client
- pip install --upgrade oauth2client
- then follow the installation and setup instructions on https://github.com/tokland/youtube-upload

See examples of the final videos here:
https://www.youtube.com/watch?v=Ff2tpp18Y3M&index=2&list=PLcnGcU-Z-RJ1uRxLbBiHb2feVr6tQzJVj


You might be tempted to use raspistill pi3 to automatically create a series of pictures.
This would be feasible indeed... However, I have made the experience, that the raspi isn't powerfull enought to create a timelapse video out of a few 100 pictures. This script creates the video after every picture taken. And it has the advantagae to add overlay text in real time.

A pi 4 has enough power to process 2k every 15sec in reasonable time.

raspitimelaps's People

Contributors

noviceiii avatar

Stargazers

 avatar Vipin Joshi avatar

Watchers

James Cloos avatar

Forkers

vocuzi

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.