shariltumin / esp32-cam-micropython-2022

MicroPython esp32-cam firmware with camera support compiled with esp-idf-4.4.0. Python script files for live streaming
MIT License
174 stars 33 forks source link

camera.init() and lightsleep #50

Open davefes opened 2 months ago

davefes commented 2 months ago

For several years I appear to have gotten away with doing camera.init(), going to lightsleep, waking-up and taking a picture. I was doing this believing that I was able to reduce the time for the camera to take a picture.

Did I make a wrong assumption about camera retaining state?