Hi,
I’m setting up an OAK-FFC 4P with two OAK-FFC IMX577 M12 camera modules. I followed the Getting Started and OAK USB deployment guides, but I can’t connect the device to OAK Viewer.
My setup:
- Ubuntu 22.04
- Provided USB cable (also tested with 3 other cables)
- Confirmed USB 3.0 port
Issue:
When I run lsusb
, the device shows up as:
03e7:f63c Intel Luxonis Bootloader
instead of:
03e7:2485 Intel Movidius MyriadX
Interestingly, the example Python scripts work fine. I can see the camera feeds. My coworker (different system, another OAK-FFC 4P) ran into the same issue.
So my questions are:
- Why does the device appear as Bootloader instead of MyriadX?
- Why am I unable to use OAK Viewer even though the Python scripts work?
Any guidance would be greatly appreciated.