OpenMV-H7 R1: "No OpenMV Cams found!"

Hi, I ran into this issue on the Raspberry Pi.

It’s apparently a bug with QSerialPortInfo. That’s actually the USB Hub’s Product and Vendor ID. I kept getting an ID of:

Vendor Identifier: “1106”
Product Identifier: “3483”

Which is PCI Devices… The USB3.0 host controller on the board. So, your issue is likely the same thing. It’s probably the same issue here: Arduino Nicla Vision is not detected on a pure Linux system · Issue #168 · openmv/openmv-ide · GitHub

Not sure how to fix it in Qt. I’ll report the bug. But, in the mean time. I do get the serial port name. So, what I’ll do is make the IDE on linux check to see it can get the PID/VID manually if they don’t match a known pattern and try to match again using it’s own techniques.

1 Like