Open asjdf opened 4 years ago
Very interesting -- I'll have a look.
But 10 fps SVGA is very fast, even if there is no software motion detector.
On my LEXAR 300x 32GB microSDHC UHS-I, I was only able to get 5 fps SVGA to work reliably, without getting into frequent "queue full" problems.
I will try to implement my library that I used in this repo : https://github.com/thomas-pegot/camera_web_server
Is the send photo telegram works? In my case its not working
I transformed and tested your project and successfully implemented motion detection. Thank you in advance for this project.
But I currently face a small problem, which is often the "Queue Full" problem. My recording mode is 10fpsSVGA, while detecting movement every 100ms. Is it possible that I have touched the bottleneck of ESP32? Is it possible further optimization.
This is my code:https://github.com/asjdf/ESP32CAMmotion_detection/tree/master/Tested%20procedures/test2