EloquentEsp32cam icon indicating copy to clipboard operation
EloquentEsp32cam copied to clipboard

Motion detection

Open BenDix62 opened this issue 1 year ago • 1 comments
trafficstars

Hi there,

I am looking into detecting movement and found the elequent library, which is using the get_moving_point_number() (from /include/image/dl_image.hpp)

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

BenDix62 avatar Apr 23 '24 18:04 BenDix62

I wasn't able to find the source code either. dl_image.hpp is part of Espressif's ESP-DL, which is released with compiled libraries in the lib folder rather than source code. It's a shame as the models in their model_zoo might shed some light on how to create custom machine learning models.

jksemple avatar May 05 '24 12:05 jksemple