tooDarkThreshold property

double? tooDarkThreshold
getter/setter pair

Threshold used to classify the frame as too dark. 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? tooDarkThreshold = 0.99;