ESP32-CAM-Video-Recorder icon indicating copy to clipboard operation
ESP32-CAM-Video-Recorder copied to clipboard

Camera-based motion detection transformation successfully

Open asjdf opened this issue 4 years ago • 3 comments

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

asjdf avatar Mar 22 '20 13:03 asjdf

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.

jameszah avatar Mar 22 '20 15:03 jameszah

I will try to implement my library that I used in this repo : https://github.com/thomas-pegot/camera_web_server

thomas-pegot avatar May 20 '20 12:05 thomas-pegot

Is the send photo telegram works? In my case its not working

DJprasenjit avatar Oct 04 '22 18:10 DJprasenjit