Giter VIP home page Giter VIP logo

philo's Introduction

Philo Philm, Raspberry Pi telegraphing Timelapse Photographer

Photo & Timelapse Telegram Bot

MAJOR Features

  • create PhotoStream, reusable multitarget, queueing [fix queueing!]

  • more timelapse settings

  • save to folders shots & vids (with data.json & readme.md)

  • upload to git and aws glacier

  • self cleaning rotating storage

  • !! automatically take a timelapse every day !!

TODO

Create Gallery and publish on github.io!

Discord API exploration and rearchitectured Bot: Sunseph

Using libcamera

We have this new utility since Bullseye (buster 2022). While taking the pictures for timelapses goes through libcamera-still, you can also use other commands, e.g. Videostreaming libcamera-vid -t 0 --width 1920 --height 1080 --codec h264 --inline --listen -o tcp://0.0.0.0:8888 and vlc tcp/h264://192.168.2.138:8888/ to manually adjust the objective, so you get sharp images (or libcamera-vid -t 0 --width 4056 --height 3040 --codec mjpeg --framerate 10 --inline --listen -o tcp://0.0.0.0:8888 and vlc tcp/mjpeg://192.168.2.150:8888/).

Dependencies

Install nodejs and ffmpeg

sudo apt-get update
sudo apt-get install ffmpeg -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install 16
nvm use 16
npm i -g pm2

I don't know if there is a copyright on it, I just liked the loading animation a lot.

Discord:

  1. Register App
  2. Authenticate & add to server: https://discord.com/oauth2/authorize?client_id=948316990228033608&scope=bot&permissions=534723950656

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.