openmv camera and matlab

hi , can i work with the openmv camera and matlab ?
i want to have a streming in matlab using the camera

Hi, openmv doens’t directly have support for this but the camera is a serial port. You just have to open the serial port via matlab and you can see its data output.

thank you .
if you have an idea how can i do that exactly … thank you

Not really, I’m personally stretch beyond the point where I can provide code examples for everything anymore.

Um, do you know how to use a serial port in MATLAB? If so, our serial protocol is trival to implement.