{"id":29630044,"url":"https://github.com/dps/rpi-timelapse","last_synced_at":"2025-07-21T10:08:05.325Z","repository":{"id":137287306,"uuid":"7515714","full_name":"dps/rpi-timelapse","owner":"dps","description":"Timelapse Camera Controller for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2013-01-14T04:05:43.000Z","size":145,"stargazers_count":104,"open_issues_count":4,"forks_count":43,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-04-16T18:33:17.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-09T05:56:20.000Z","updated_at":"2024-04-16T18:33:17.585Z","dependencies_parsed_at":"2023-03-13T10:57:52.373Z","dependency_job_id":null,"html_url":"https://github.com/dps/rpi-timelapse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dps/rpi-timelapse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dps%2Frpi-timelapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dps%2Frpi-timelapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dps%2Frpi-timelapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dps%2Frpi-timelapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dps","download_url":"https://codeload.github.com/dps/rpi-timelapse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dps%2Frpi-timelapse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278418,"owners_count":23904045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-21T10:08:04.549Z","updated_at":"2025-07-21T10:08:05.320Z","avatar_url":"https://github.com/dps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rpi-timelapse\n=============\n\nA timelapse camera controller for Raspberry Pi and Canon EOS 350d (should work with any camera supported by `gphoto2` with minor tweaks), with an optional UI and controls on the Adafruit LCD Pi plate.\n\n\nInstallation\n------------\n\nrpi-timelapse uses `gphoto2` and `imagemagick`.  To install these dependencies on your pi:\n\n```\n$ sudo apt-get install gphoto2\n$ sudo apt-get install imagemagick\n```\n\nRun\n---\n\npython tl.py\n\nRun on boot\n-----------\n\nFollow the instructions at \u003chttp://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi/init-script\u003e using `timelapse` file from this repo instead of `lcd`.\n\n\nPost-Processing\n===============\n\nHere's how to post process the image frames (on Linux, can be run on the Pi itself, but faster on desktop).\n\nRemove flicker if timelapse used many shutter values\n----------------------------------------------------\n\n```\nfor a in *; do echo $a;/opt/ImageMagick/bin/mogrify -auto-gamma $a;done\n```\n\nBe careful with `auto-gamma` - it works extremely well for sunset / sunrise but can make very dark areas of the scene very noisy.\n\nConvert the resulting JPEGs to a timelapse movie\n------------------------------------------------\n\n```\nffmpeg -r 18 -q:v 2 -start_number XXXX -i /tmp/timelapse/IMG_%d.JPG output.mp4\n```\n\n\n\n[Demo Video on YouTube (view in HD)](http://www.youtube.com/watch?v=AZbK4acS5Mc)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdps%2Frpi-timelapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdps%2Frpi-timelapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdps%2Frpi-timelapse/lists"}