Hello,
when I run depthai_hand_tracking_unity_bridge.py with the --xyz parameter, 9 out of 10 times, the process crashes.
The error is:
[18443010B17E0F1300] [2.1.2] [2.432] [system] [critical] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 00, address: 00000000' '0'
F: [global] [ 0] [ThreadN] dispatcherResponseServe:928 no request for this response: XLINK_WRITE_RESP 1
Traceback (most recent call last):
File "C:\Škola\depthai-unity\unity_bridge\depthai_hand_tracking_unity_bridge.py", line 112, in <module>
frame, hands, bag = tracker.next_frame()
^^^^^^^^^^^^^^^^^^^^
File "C:\Škola\depthai-unity\unity_bridge/depthai_hand_tracker\HandTracker.py", line 499, in next_frame
in_video = self.q_video.get()
Any ideas how to fix this? Thanks!
I am on Windows with Oak D Lite sensor.