Method TryGetBrightnessValue
TryGetBrightnessValue(out double)
Get the brightness of the frame if possible.
Declaration
public bool TryGetBrightnessValue(out double brightnessValue)
Parameters
| Type | Name | Description |
|---|---|---|
| double | brightnessValue | The brightness of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the brightness of the frame. Otherwise, false. Equal to hasBrightnessValue. |