Hi,
Try to run "depthai-experiments/pedestrian-reidentification" and it failed.
Prior to running it, I managed to get "social-distancing" experiments working properly. The camera was connecting properly to my laptop.
I also did a "pip install -r requirements.txt" first before attempting to run "pedestrian-reindentifcation" experiment.
The error message is:
(depthai) abc@alienware:/Downloads/depthai-experiments/pedestrian-reidentification$ python main.py -vid ./input.mp4
Loading pipeline...
Creating pipeline...
Creating Person Detection Neural Network...
Creating Person Reidentification Neural Network...
Pipeline created.
Traceback (most recent call last):
File "main.py", line 272, in <module>
Main(file=args.video).run()
File "main.py", line 170, in init
self.start_pipeline()
File "main.py", line 215, in start_pipeline
self.device = depthai.Device()
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND