FPV video from OpenMV to Raspberry Pi - Using Wifi Shield

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?

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.

Fantastic, thank you. I will look into it.