Send data from OpenMV Cam to Raspberry Pi

Hi,

I want to send data from my OpenMV h7 camera to a Raspberry Pi 3b, but I don’t know how. My programme on the camera recognises letters and is then supposed to send data to the Pi, which can do something with it. What is the best way to get the data to be sent securely to the Pi?

USB using print.

Ok thanks for the answer. I tried several things and no data arrived at the Pi. Is there a sample program somewhere for the OpenMv camera and for the Pi?

Yes, see the openmv RPC library on GitHub. Or, just use the print command.

I apologize for being terse but you are asking a Googleable question.