Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: No available devices #25

Open
codewithleo1103 opened this issue Mar 22, 2023 · 1 comment
Open

RuntimeError: No available devices #25

codewithleo1103 opened this issue Mar 22, 2023 · 1 comment

Comments

@codewithleo1103
Copy link

codewithleo1103 commented Mar 22, 2023

I installed requirements and trying run python3 demo.py. Then show:

Palm detection blob : /home/ubuntu/Desktop/research/hand/depthai_hand_tracker/models/palm_detection_sh4.blob
Landmark blob : /home/ubuntu/Desktop/research/hand/depthai_hand_tracker/models/hand_landmark_lite_sh4.blob
Traceback (most recent call last):
File "./demo.py", line 59, in
tracker = HandTracker(
File "/home/ubuntu/Desktop/research/hand/depthai_hand_tracker/HandTracker.py", line 130, in init
self.device = dai.Device()
RuntimeError: No available devices

Please help me solve this problem!!!

@DBraun
Copy link

DBraun commented Mar 22, 2023

This error is probably unrelated to the hand tracking code. One possible explanation is that your camera isn't connected correctly. Consider following the steps here (https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/) if you haven't already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants