Connecting openMV to coding software other than OpenMV IDE

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!

Hello, i am still working on this project. But the links provided says “file not found”, can you please update the links? thank you

See: GitHub - openmv/openmv-python: Python Library and CLI for communicating with OpenMV Cameras · GitHub

Use Tools→Install Latest Development Release to get the latest firmware drop (v5.0.0) which uses this.