eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
98 stars 17 forks source link

Motion detection #27

Closed BenDix62 closed 3 months ago

BenDix62 commented 5 months ago

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

jksemple commented 5 months ago

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.