Search found 2 matches
- Thu Jan 27, 2022 10:11 am
- Forum: Hardware
- Topic: ESP32-CAM stream while writing to SD card?
- Replies: 2
- Views: 4489
Re: ESP32-CAM stream while writing to SD card?
I can't find any docs for the camera object most of the libraries are using but from what you are saying I am guessing it is hardware based and thus a singleton. I was hoping it was software based and that i could possibly create two camera objects, one for each resolution. From what you are saying ...
- Thu Jan 27, 2022 3:12 am
- Forum: Hardware
- Topic: ESP32-CAM stream while writing to SD card?
- Replies: 2
- Views: 4489
ESP32-CAM stream while writing to SD card?
I would like to use an ESP32-CAM with a simple web browser that streams low res (low bandwidth) video and can write high res video to the onboard SD card. I can find examples of one or the other other but not code that does both at the same time at different resolutions. Is this possible? Is anyone ...