OAK D Windows 11
When I run the gen2-camera-demo script I get both left & right cameras & the disparity. So I know the camera is connecting OK. But when I try to run any other example the camera just crashes.
Specifically I'm trying to run geaxgx's depthai_hand_tracker but keep getting...
[14442C1031918ED000] [2.6] [1764681499.836] [host] [warning] Device crashed, but no crash dump could be extracted.
Stack trace (most recent call last):
#31 Object "", at 00007FF82DE0D13B, in PyEval_EvalCodeEx
#30 Object "", at 00007FF82DDF1279, in PyEval_EvalCodeWithName
#29 Object "", at 00007FF82DE29B2F, in PyFunction_Vectorcall
#28 Object "", at 00007FF82DE311C5, in PyEval_EvalFrameDefault
#27 Object "", at 00007FF82DDDA600, in PyObject_Call
#26 Object "", at 00007FF82DDD048D, in PyType_GenericNew
#25 Object "", at 00007FF82DDD023A, in PyType_GenericNew
#24 Object "", at 00007FF82DE2943B, in PyFunction_Vectorcall
#23 Object "", at 00007FF82DE29B2F, in PyFunction_Vectorcall
#22 Object "", at 00007FF82DE2F6E4, in PyEval_EvalFrameDefault
#21 Object "", at 00007FFFEECA7386, in pybind11::error_already_set::error_already_set
#20 Object "", at 00007FF82DDD048D, in PyType_GenericNew
#19 Object "", at 00007FF82DDD018C, in PyType_GenericNew
#18 Object "", at 00007FF82DDDA4AF, in PyObject_Call
#17 Object "", at 00007FF82DDDA6AC, in PyVectorcall_Call
#16 Object "", at 00007FF82DF54BCF, in Py_gitversion
#15 Object "", at 00007FF82DE23215, in PyObject_MakeTpCall
#14 Object "", at 00007FF82DDCED82, in PyList_New
#13 Object "", at 00007FFFEECAAC8E, in pybind11::error_already_set::error_already_set
#12 Object "", at 00007FFFEED2A0EC, in PyInit_depthai
#11 Object "", at 00007FFFEED2C818, in PyInit_depthai
#10 Object "", at 00007FFFEEF10484, in PyInit_depthai
#9 Object "", at 00007FFFEEF1097A, in PyInit_depthai
#8 Object "", at 00007FFFEEF293D6, in PyInit_depthai
#7 Object "", at 00007FFFEEF28810, in PyInit_depthai
#6 Object "", at 00007FF8CDE81466, in RtlCaptureContext2
#5 Object "", at 00007FFFEF038D91, in PyInit_depthai
#4 Object "", at 00007FFFEF041D20, in PyInit_depthai
#3 Object "", at 00007FFFEF077C16, in PyInit_depthai
#2 Object "", at 00007FFFEEF15CAB, in PyInit_depthai
#1 Object "", at 00007FFFEEF16A7B, in PyInit_depthai
#0 Object "", at 00007FFFEEF11EED, in PyInit_depthai
I saw on another thread on here that they were having a similar issue & it was down to not having a USB 3 cable. That is not the case here, both cable & port are USB 3.
Any clues anyone?