piderka
February 25, 2026, 3:26pm
1
I am trying to make an FPV robot. I am currently trying to use the OpenMV + Wifi shield to send video data to a Raspberry Pi + 7in touchscreen.
I have background mostly in arduino, and am trying to expand my capabilities.
I have the raspberry pi running ubuntu.
Does anyone have some leads on how to get the video feed from the OpenMV to the Raspberry pi?
jimbo
February 25, 2026, 4:51pm
2
I have used the RTSP methods in OpenMV to accomplish something very similar - it was actually pretty straightforward using the example scripts as a starting point.
Yes, with the RSTP example, you can hook that directly into OpenCV’s RTSP receiver and get images directly into the system.
piderka
February 25, 2026, 7:22pm
4
Fantastic, thank you. I will look into it.