I would be curious to know how this got resolved.
I use depth Version: 2.22.0.0, but I get the following error:
Connected cameras: [{socket: CAM_A, sensorName: IMX214, width: 4208, height: 3120, orientation: AUTO, supportedTypes: [COLOR], hasAutofocus: 1, name: color}, {socket: CAM_B, sensorName: OV7251, width: 640, height: 480, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, name: left}, {socket: CAM_C, sensorName: OV7251, width: 640, height: 480, orientation: AUTO, supportedTypes: [MONO], hasAutofocus: 0, name: right}]
Usb speed: HIGH
Traceback (most recent call last):
File "ColorCamera/rgb_preview.py", line 33, in <module>
print('Device name:', device.getDeviceName(), ' Product name:', device.getProductName())
AttributeError: 'depthai.Device' object has no attribute 'getProductName'
I tried running python3 -mpip install depthai -U
but the terminal eventually stops with the following error: ERROR: Failed building wheel for depthai
I am running out of ideas 🙁