tooBrightThreshold property

double? tooBrightThreshold
getter/setter pair

Threshold used to classify the frame as too bright. If the calculated lighting score is above this threshold, the frame is discarded.

Allowed values are from 0 to 1. Default: 0.99

Implementation

double? tooBrightThreshold = 0.99;