Android.Hardware.Camera2.CameraCharacteristics.SensorInfoMaxFrameDuration Property

Syntax

[Android.Runtime.Register("SENSOR_INFO_MAX_FRAME_DURATION")]
public static CameraCharacteristics.Key SensorInfoMaxFrameDuration { get; }

See Also

CameraCharacteristics.InfoSupportedHardwareLevel
CaptureRequest.SensorFrameDuration

Value

Documentation for this section has not yet been entered.

Remarks

The maximum possible frame duration (minimum frame rate) for CaptureRequest.SensorFrameDuration that is supported this camera device.

Attempting to use frame durations beyond the maximum will result in the frame duration being clipped to the maximum. See that control for a full definition of frame durations.

Refer to StreamConfigurationMap#getOutputMinFrameDuration(int,Size) for the minimum frame duration values.

Units: Nanoseconds

Range of valid values:

For FULL capability devices (CameraCharacteristics.InfoSupportedHardwareLevel == FULL), at least 100ms.

Optional - This value may be null on some devices.

Full capability - Present on all camera devices that report being CameraMetadata.INFO_SUPPORTED_HARDWARE_LEVEL_FULL devices in the CameraCharacteristics.InfoSupportedHardwareLevel key

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0