Hi,
I’m using an OpenMV camera ( OpenMV Cam H7 Plus | OpenMV ) for Rescue Line competition which is programmed in MicroPython. I use it for detecting green dots on an intersection, for detecting the blue rescue kit on the line and for detecting victims in the evacuation zone.
For green dots and rescue kit I’m using the find_blobs() function, and for victims I’m using find_circles() function, which are both in the image library for OpenMV ().
find_blobs - image — machine vision — MicroPython 1.15 documentation
find_circles - image — machine vision — MicroPython 1.15 documentation
Can I use camera this way and these functions?
Best regards,
Borut Patčev, Croatian Robotic Association