Openmv video feed in MATLAB

Is there any simple way to import openMV camera feed in MATLAB ? I am planning to use openmv camera with wifi shield

No, not really. The video feed is just a stream of JPEG images. If you can read the JPEG images via a serial port sure. But, it’s a lot of code work.

Thank you, Nyamekye. Is there a way to connect the camera with raspberry pi ?

Yeah, we have OpenMV IDE for the raspberry Pi. Additionally, we have a set of python scripts that you can run to remote control the board.