ESP32-Cam Video Support
This post will cover the ESP32 Cam module’s support for video capture. The module comes with a microSD slot and Omnivision camera interface. Earlier examples demonstrated time lapse video capture, but this post will focus more on real time video. This topic was found accidentally while researching I2S audio support. This Github repo by James Zahary, with contribution from Alexey Khachatryan, provided a realtime video capture process, https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior. Unlike the more common triggered still or time lapse image captures demonstrated…