Skip to content

Ceda/ESP32Cam-TimeLapse-NTP-FTP-Upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ESP32Cam-TimeLapse-NTP-FTP-Upload

Project forked from https://github.com/bitluni/ESP32CamTimeLapse

Add upload to FTP instead of SD and use filenames with date time pattern from NTP server.

Lapse is started automatically after board is powered up.

Roll back original web ui from ESP32Cam example (Without manual lapse settings).

Arduino board setup

Board: ESP32 Dev Module
CPU Freq: 240Mhz
Flash Size: 4MB
Partition Scheme Default 4MB with spiffs
PSRAM: Enabled # Is important for UXGA frame size

Convert images to movie

ffmpeg -r 10 -f image2 -pattern_type glob -i '*.jpg' -vcodec libx264 -crf 10 -pix_fmt yuvj422p lapse.mp4

ESP32CamTimeLapse

Please visit https://bitluni.net/esp32camtimelapse for project information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 63.6%
  • C++ 30.9%
  • C 5.5%