Skip to content

Commit 9123098

Browse files
committed
Update example
1 parent bba4ff9 commit 9123098

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/ToF/tof_depth.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ def create_pipeline():
2121
tofConfig.enableFPPNCorrection = True
2222
tofConfig.enableWiggleCorrection = True
2323
# tofConfig.enableTemperatureCorrection = True
24-
# Optional:
24+
25+
# Optional. Best accuracy, but adds motion blur.
26+
# see ToF node docs on how to reduce/eliminate motion blur.
2527
tofConfig.enableOpticalCorrection = True
28+
tofConfig.enablePhaseShuffleTemporalFilter = True
2629
tofConfig.phaseUnwrappingLevel = 4
2730
tofConfig.phaseUnwrapErrorThreshold = 300
2831
xinTofConfig = pipeline.create(dai.node.XLinkIn)

0 commit comments

Comments
 (0)