How to send some events from OpenMV kit to PC/laptop using USB ?

Hi,

How to send some events from OpenMV kit to PC/laptop using USB ?
Is there another mode to send event from OpenMV kit to PC/laptop?

Tnx

You can open a USB serial port on the OpenMV Cam using the VCP USB class. That said, using it conflicts with OpenMV IDE connecting to the camera. So, you can’t use it while OpenMV IDE is connected to the OpenMV Cam.

http://docs.openmv.io/library/pyb.USB_VCP.html

I’d recommend using a side band serial channel via sending data out of the serial port on the OpenMV Cam to a USB to serial convert to the PC.