Skip to content

Commit

Permalink
Adjust default edge mean threshold
Browse files Browse the repository at this point in the history
Adjust the default threshold in check_camera_sharpness to match with
what is currently used in the robot self-test.
  • Loading branch information
luator committed Feb 8, 2024
1 parent 3d22408 commit bd95414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_camera_sharpness.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
"--threshold",
"-t",
type=float,
default=12.0,
default=10.0,
help="""Threshold for the edge mean. Images with an 'edge mean' below this
threshold are marked as too blurry. Default: %(default)s.
""",
Expand Down

0 comments on commit bd95414

Please sign in to comment.