Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 committed May 16, 2024
1 parent bba4ff9 commit 9123098
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/ToF/tof_depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ def create_pipeline():
tofConfig.enableFPPNCorrection = True
tofConfig.enableWiggleCorrection = True
# tofConfig.enableTemperatureCorrection = True
# Optional:

# Optional. Best accuracy, but adds motion blur.
# see ToF node docs on how to reduce/eliminate motion blur.
tofConfig.enableOpticalCorrection = True
tofConfig.enablePhaseShuffleTemporalFilter = True
tofConfig.phaseUnwrappingLevel = 4
tofConfig.phaseUnwrapErrorThreshold = 300
xinTofConfig = pipeline.create(dai.node.XLinkIn)
Expand Down

0 comments on commit 9123098

Please sign in to comment.