Stream Images From Lepton 3.5 To Host

Hi,

I’m just wondering if its possible to stream thermal images from the OpenMV H7 + Flir Lepton 3.5 to my host which is a raspberry pi. Can the openmv stream/push the images to the host device via usb without the need for the raspberry pi needing to request the openmv board to take a snapshot.

The reason I ask is I would like to reduce the iteration time of our project and the obvious place to start is to remove the request/response aspect of the program and just let the raspberry pi pull from a constant stream of images.

Yes, use the interface library on github. There’s extensive documentation.

There’s literally a steaming image example.

Thank you.