Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ulc_mm_package/image_processing/processing_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FLOWRATE(enum.Enum):
TOP_PERC = 0.03
TOL = 0.01
MIN_ACCEPTABLE_MEAN_BRIGHTNESS = 200
PERIODIC_AB_PERIOD_NUM_FRAMES = 30 # At 30 frames, that's roughly once per second
PERIODIC_AB_PERIOD_NUM_FRAMES = 60 # At 60 frames, that's roughly once per 2 seconds

# Autobrightness PID constants
AB_PID_KP = 0.001
Expand Down
Loading