CameraMetadata.SensorPixelModeDefault Field

Definition

Caution

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

This is the default sensor pixel mode.

[Android.Runtime.Register("SENSOR_PIXEL_MODE_DEFAULT", 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 SensorPixelModeDefault = 0;
[<Android.Runtime.Register("SENSOR_PIXEL_MODE_DEFAULT", 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 SensorPixelModeDefault : Android.Hardware.Camera2.SensorPixelMode

Field Value

Value = 0
Attributes

Remarks

This is the default sensor pixel mode.

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

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