Skip to content

Commit 044eaf2

Browse files
Merge pull request #268 from luxonis/usb_crash_mitigation
Update FW with fix for random crashes (kernel crash on RPI/jetson)
2 parents 97257c5 + add8663 commit 044eaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depthai-core

examples/spatial_location_calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@
125125
cfg = dai.SpatialLocationCalculatorConfig()
126126
cfg.addROI(config)
127127
spatialCalcConfigInQueue.send(cfg)
128-
newConfig = false
128+
newConfig = False

0 commit comments

Comments
 (0)