luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
801 stars 357 forks source link

[gen2-box_measurement] No available devices #469

Open dungmn opened 1 year ago

dungmn commented 1 year ago

Hello, I tried to run this code but encountered the following error. image

I consider that this source only works with an OAK-D camera, but not my camera. Is this correct? thank you in advance.

Erol444 commented 1 year ago

Hi @dungmn , Yes, you'd need to have an OAK camera connected to run any demo using depthai. Thanks, Erik

Khaihuyennguyen commented 1 year ago

Hi,

I used OAK-D camera which run fine on the DepthAI demo code. However, when I try to run some projects (gen2-face-recognation) it said that File "main.py", line 115, in with dai.Device(pipeline) as device: RuntimeError: No available devices

Please help

Erol444 commented 1 year ago

@Khaihuyennguyen it means the OAK camera you connected isn't detected. Please first check troubleshooting docs.