Android.Hardware.Camera2.CameraCharacteristics.InfoSupportedHardwareLevel Property

Syntax

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

See Also

CameraCharacteristics.ControlAvailableVideoStabilizationModes
CameraCharacteristics.LensInfoAvailableOpticalStabilization
CameraCharacteristics.LensInfoFocusDistanceCalibration
CameraCharacteristics.RequestAvailableCapabilities
CameraCharacteristics.RequestMaxNumOutputProc
CameraCharacteristics.ScalerCroppingType
CameraCharacteristics.SensorInfoExposureTimeRange
CameraCharacteristics.SensorInfoMaxFrameDuration
CameraCharacteristics.SensorInfoTimestampSource
CameraCharacteristics.StatisticsInfoAvailableFaceDetectModes
CameraCharacteristics.SyncMaxLatency

Value

Documentation for this section has not yet been entered.

Remarks

Generally classifies the overall set of the camera device functionality.

Camera devices will come in three flavors: LEGACY, LIMITED and FULL.

A FULL device will support below capabilities:

A LIMITED device may have some or none of the above characteristics. To find out more refer to CameraCharacteristics.RequestAvailableCapabilities.

Some features are not part of any particular hardware level or capability and must be queried separately. These include:

A LEGACY device does not support per-frame control, manual sensor control, manual post-processing, arbitrary cropping regions, and has relaxed performance constraints.

Each higher level supports everything the lower level supports in this order: FULL > LIMITED > LEGACY.

Possible values:

This key is available on all devices.

[Android Documentation]

Requirements

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