Hi all,
I am trying to use a hand tracker (geaxgx/depthai_hand_tracker) on the oak-1 camera.
It often crashes, leaving a crash dump that is hard to understand.
I narrowed down the error to this line in the code: geaxgx/depthai_hand_trackerblob/97731232fffd467e8de2c3a34ab8382962bb385e/template_manager_script_duo.py#L186C9-L186C48
the line is:
lm_result = node.io['from_lm_nn'].get()
so I guess is expecting a response from a node.
Even if I put the line in a try-catch statement, the program crashes anyway.
How can I debug the error?
Thanks