Method TryGetExposureBiasValue
TryGetExposureBiasValue(out float)
Get the exposure bias of the frame if possible.
Declaration
public bool TryGetExposureBiasValue(out float exposureBiasValue)
Parameters
| Type | Name | Description |
|---|---|---|
| float | exposureBiasValue | The exposure bias of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the exposure bias of the frame. Otherwise, false. Equal to hasExposureBiasValue. |