while running the depthai_demo.py i am getting the following error unable to debug that can anyone help me with that.
Setting up demo...
Available devices:
[0] 1944301031CA761300 [X_LINK_BOOTLOADER]
File "D:\Backups\depthai\depthai_demo.py", line 656, in run
self.instance.run_all(self.conf)
File "D:\Backups\depthai\depthai_demo.py", line 132, in run_all
self.setup(conf)
File "D:\Backups\depthai\depthai_demo.py", line 209, in setup
self._device = dai.Device(self._pm.pipeline.getOpenVINOVersion(), self._deviceInfo, usb2Mode=self._conf.args.usbSpeed == "usb2")
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
Thanks!