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.capture() , does not capture newest frame. It captures one previous frame. #39

Open h4hassanali opened 8 months ago

h4hassanali commented 8 months ago

When I capture image using camera.capture() and saved it, the previous frame is captured instead of fresh, latest frame.