Property averageBrightness
averageBrightness
The average pixel intensity of the frame in gamma color space, used to match the intensity of light in the real-world environment. Values are in the range [0.0, 1.0] with zero being black and one being white.
Declaration
public float averageBrightness { get; }
Property Value
| Type | Description |
|---|---|
| float | The average pixel intensity of the frame. |