Hi,
I am currently testing the OAK-D SR ToF camera. I followed the instructions on the depthai examples git page for setting up the python environment and ran the tof_depth.py example. I see the depthai version is the latest 2.27.0.0 version.
However I keep on getting the following error that I am not able to debug. It keeps on saying Camera not detected even though it is connected to the USB port. I tried connecting it to different USB port with different USB wires but I still get the same error. I don't have any other cameras connected to my computer.
I do see a blue light on the camera as soon as i plug the USB into the port.
Traceback (most recent call last):
File "C:\depthai-python\examples\ToF\tof_depth.py", line 53, in <module>
with dai.Device(pipeline) as device:
RuntimeError: Camera(2) - Camera not detected on socket: 0
Thanks
Yishu