I have an OAK 4D Pro device connected to my macbook pro via USB-C 3.1 cable. Here is the output of system_profiler confirming that the camera is connected:
USB 3.1 Bus:
Host Controller Driver: AppleT8132USBXHCI
OAK4-D R9:
Product ID: 0x901d
Vendor ID: 0x05c6 (Qualcomm, Inc)
Version: 5.15
Serial Number: 18a6e798
Speed: Up to 5 Gb/s
Manufacturer: Luxonis
Location ID: 0x00200000 / 1
Current Available (mA): 900
Current Required (mA): 0
Extra Operating Current (mA): 0
When I run depthai-viewer, no devices are shown. When I run the following code: dai.Device.getAllAvailableDevices()
I get an empty list: [].
I am using depthai v3.2.1
Can anyone tell me what might be going wrong? Please let me know if additional information would be helpful.