{"id":16367754,"url":"https://github.com/jackgruber/esp32-timelapse-webcam","last_synced_at":"2025-10-26T07:30:35.733Z","repository":{"id":158957258,"uuid":"251013371","full_name":"JackGruber/ESP32-Timelapse-Webcam","owner":"JackGruber","description":"ESP32-CAM with webinterface as wireless camara or for taking timelapse with Webinterface","archived":false,"fork":false,"pushed_at":"2020-10-25T13:15:32.000Z","size":973,"stargazers_count":14,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T23:06:42.894Z","etag":null,"topics":["esp32","esp32-cam","platformio","sd-card","stream","time-lapse","time-lapse-imaging","timelapse","timelapse-image"],"latest_commit_sha":null,"homepage":"","language":"C++","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/JackGruber.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-29T11:13:27.000Z","updated_at":"2024-10-10T02:25:56.000Z","dependencies_parsed_at":"2023-06-15T02:30:45.418Z","dependency_job_id":null,"html_url":"https://github.com/JackGruber/ESP32-Timelapse-Webcam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackGruber%2FESP32-Timelapse-Webcam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackGruber%2FESP32-Timelapse-Webcam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackGruber%2FESP32-Timelapse-Webcam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackGruber%2FESP32-Timelapse-Webcam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackGruber","download_url":"https://codeload.github.com/JackGruber/ESP32-Timelapse-Webcam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238284739,"owners_count":19446719,"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":["esp32","esp32-cam","platformio","sd-card","stream","time-lapse","time-lapse-imaging","timelapse","timelapse-image"],"created_at":"2024-10-11T02:50:47.243Z","updated_at":"2025-10-26T07:30:35.403Z","avatar_url":"https://github.com/JackGruber.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 Timelapse / Webcam\n\nESP32 Cam project for timelapse and streaming.\n\nThe project was started with the code of [bitluni/ESP32CamTimeLapse](https://github.com/bitluni/ESP32CamTimeLapse).\n\n\u003cimg src=\"img/http_app.jpg\"\u003e\n\n## Functions\n\n* Webpage\n* Rotate Img / Stream\n* Changed values are saved permanently\n* To reset saved settings to default use webpage or restart ESP32 twice within 10 seconds\n\n## Configure\n\n* Rename `include\\wifi_credentials.example` to `include\\wifi_credentials.h` and enter your WiFi credentials in the file.\n* Remove the comment for your board in `include\\pins_camera.h` and comment all other boards\n\n## Create MP4 from timelapse JPG\n\nConverting the images to a video you can use [ffmpeg](https://www.ffmpeg.org/download.html) encoder.\n```\nffmpeg.exe -r 60 -f image2 -i \"C:\\Temp\\timelapse\\pic%05d.jpg\"  -codec libx264 -crf 23 -pix_fmt yuv420p -vf \"transpose=1\" \"C:\\Temp\\timelapse\\timelapse.mp4\"\n```\n\n### Parameters \n* `-r \u003crate\u003e` set the framerate (fps)\n* `-f \u003cfmt\u003e` force input format\n* `-i \u003cinfile\u003e` inputfile, `%05d` means that all files from 00000 to 99999 are used\n* `-codec \u003ccodec\u003e` Set the video codec\n* `-crf \u003ccrf\u003e` CRF scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible\n* `-pix_fmt \u003cpixel format\u003e` specifies the pixel format\n* `-start_number \u003cnumber\u003e` defines the start number, if not to be started at picture 0\n* `-vframes \u003cnumber\u003e` specifies the number frames/images in the video, if not all images should be used\n* `-vf \"transpose=\u003cnumber\u003e\"` Rotating: 0 = 90° Counterclockwise, 1 = 90° Clockwise, 2 = 90° Counterclockwise, 3 = 90° Clockwise and Vertical Flip. Use `-vf \"transpose=2,transpose=2\"` for 180 degrees\n\n## ToDO\n* Add NTP time sync\n\n## Links\n* [Original GitHub repro ESP32CamTimeLapse](https://github.com/bitluni/ESP32CamTimeLapse)\n* [Project page from the ESP32CamTimeLapse](https://bitluni.net/esp32camtimelapse)\n* [FFmpeg download](https://www.ffmpeg.org/download.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackgruber%2Fesp32-timelapse-webcam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackgruber%2Fesp32-timelapse-webcam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackgruber%2Fesp32-timelapse-webcam/lists"}