Trash level detection

Hello everyone,

I want to use OpenMV Cam H7 inside trash bins to detect the level. I might use some background change algorithms or CNN. I am not sure which one is the best option to do on OpenMV without using any other microcontroller. I know CNN is supported in OpenMV but not sure would it be enough?

You have to think about a way this will work. I.e. what is the camera pointed at and what you are trying to detect. The camera is a sensor and if you want good results you need to think about what it’s facing and how to eliminate variables like lighting and etc to make the detection job easy.

Thank you for your reply. I think I plan to go with a background subtraction algorithm. Where I will create 4 levels to control periodically and compare with the background, and detect the trash level.