Hello, i am working to make a software that works with images. is it possible to directly integrate the openMV h7 plus into the software, meaning, the captured imaged will be directly fed to that pc software in real time? if so, can you please let me know how? thank you.
See this script: openmv/tools/pyopenmv.py at master · openmv/openmv · GitHub
And this: openmv/tools/pyopenmv_fb.py at master · openmv/openmv · GitHub
You can pull images from the camera like the IDE.
Thank you so much!