Can i use the openMV M7 as webcam?

Hello,

I’m interested in integrating my OpenMV Cam M7 as a webcam for a Python project I’m working on in PyCharm. My goal is to stream video feed directly into PyCharm for processing. Could you provide guidance on how to achieve this connection and ensure smooth video streaming within my project?

Thank you.

Hi, the system is really designed for that.

However, the easiest way is to buy a WiFi Shield and then use our RTSP code to send the image via that transport. Many programs can open RTSP video streams. It’s a oneliner in OpenCV for example.