USB VCP class for RT1062

Hello,
Do you know when the USB VCP class is available for RT1062 ?
Thanks,
Nicolas

Hi, it’s not on the priority list for MicroPython to support USB VCP in the machine module.

However, such support does need to eventually be implemented.

In the mean-time, you can control the camera via REPL using the pyboard.py file: micropython/tools/pyboard.py at master · openmv/micropython

This lets you send a script, get print data back, and etc. This functionality allows you to control the camera in whatever way you need.