Page 1 of 1

Movement detection

Posted: Tue Apr 23, 2024 3:17 pm
by bendix
Hi there,

I am looking into detecting movement and found the elequent library (specifically -https://github.com/eloquentarduino/Eloq ... etection.h) , which is using the get_moving_point_number() (from /include/image/dl_image.hpp -> https://github.com/espressif/esp-dl/blo ... e.hpp#L326 )

The Function is very well explained, but I don't seem to find where the source code is. Can someone point me into the right direction?

Thank you in advance!