gen2-calc-spatials-on-host I'm running this from the depthai experiments
I'm running the depth measurement to host on the Oak d camera which is working fine
But when I try to run the same on the OAK-D CM4 PoE I'm getting this error
Traceback (most recent call last):
File "/home/pi/demo/Depthmeasurement/main.py", line 56, in <module>
hostSpatials = HostSpatialsCalc(device)
File "/home/pi/demo/Depthmeasurement/calc.py", line 10, in init
self.monoHFOV = np.deg2rad(calibData.getFov(dai.CameraBoardSocket.LEFT))
RuntimeError: There is no Camera data available corresponding to the the requested cameraID
any take on how to fix this?