Method TryGetExposureTime
TryGetExposureTime(out double)
Get the exposure time of the frame if possible.
Declaration
public bool TryGetExposureTime(out double exposureTime)
Parameters
| Type | Name | Description |
|---|---|---|
| double | exposureTime | The exposure time of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the exposure time of the frame. Otherwise, false. Equal to hasExposureTime. |