RT1062 Send Image over USB

Does anyone know how an image be communicated over USB on the RT1062? The board control examples do not work since the pyb package is not on this module

Hi, please update your IDE and resources. We released new board control examples.

The image is transmitted to the IDE using our debug protocol: openmv/tools/pyopenmv.py at master ยท openmv/openmv (github.com)

Thanks you!