-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Hello,
I'm building an application for which I'd like to be able to switch between an OAK-D S2 and a standard, laptop integrated webcam.
It is my understanding that it should possible (at the cost of several unavailable features) by running :
python demo.py -i '0'
But i get the following RunTime error :
Palm detection blob : /home/emoullet/GitHub/depthai_hand_tracker/models/palm_detection_sh4.blob
Landmark blob : /home/emoullet/GitHub/depthai_hand_tracker/models/hand_landmark_lite_sh4.blob
Traceback (most recent call last):
File "/home/emoullet/GitHub/depthai_hand_tracker/demo.py", line 59, in <module>
tracker = HandTracker(
File "/home/emoullet/GitHub/depthai_hand_tracker/HandTracker.py", line 130, in __init__
self.device = dai.Device()
RuntimeError: No available devices
Am I missing something on the arguments to pass for it to work with integrated camera ? Or is there some preparatory work to do on the cam (i.e. calibration) ?
Many thanks in advance, and hats off for this amasing tool !