praktyki

- Jun 14, 2024
- Joined Jun 13, 2024
- 0 best answers
Hi, @eric-soderberg
I'm working on project where im using the tracker and i keep seeing this mistake everytime i try to reload demo.pyPalm detection blob : C:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\models\palm_detection_sh4.blob
Landmark blob : C:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\models\hand_landmark_lite_sh4.blob
Traceback (most recent call last):
File "c:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\demo.py", line 59, in <module>
$$
tracker = HandTracker(^^^^^^^^^^^^
$$
File "c:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\HandTracker.py", line 130, in init
$$
self.device = dai.Device()^^^^^^^^^^^^
$$
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
Can u help me with this issue?
Oh, and when i try to tru comm with "python/python3" it's not working. Using "py" is working
geaxgx/depthai_hand_tracker.git
this is the tracker, and my camera is OAK-D-Pro
thanks,
DanielOh, and when i try to tru comm with "python/python3" it's not working. Using "py" is working
geaxgx/depthai_hand_tracker.git
this is the tracker, and my camera is OAK-D-ProHi, @eric-soderberg
I'm working on project where im using the tracker and i keep seeing this mistake everytime i try to reload demo.pyPalm detection blob : C:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\models\palm_detection_sh4.blob
Landmark blob : C:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\models\hand_landmark_lite_sh4.blob
Traceback (most recent call last):
File "c:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\demo.py", line 59, in <module>
tracker = HandTracker( ^^^^^^^^^^^^
File "c:\Users\praktyki.DESKTOP-F519C06\depthai_hand_tracker\HandTracker.py", line 130, in init
self.device = dai.Device() ^^^^^^^^^^^^
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
Can u help me with this issue?
Thank you,
Daniel