CameraMetadata.SensorPixelModeMaximumResolution Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Camera2.SensorPixelMode enum directly instead of this field.

In this mode, sensors typically do not bin pixels, as a result can offer larger image sizes.

[Android.Runtime.Register("SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SensorPixelMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.SensorPixelMode SensorPixelModeMaximumResolution = 1;
[<Android.Runtime.Register("SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SensorPixelMode enum directly instead of this field.", true)>]
val mutable SensorPixelModeMaximumResolution : Android.Hardware.Camera2.SensorPixelMode

Field Value

Value = 1
Attributes

Remarks

In this mode, sensors typically do not bin pixels, as a result can offer larger image sizes.

Java documentation for android.hardware.camera2.CameraMetadata.SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to