OutputConfiguration.MirrorModeNone Field

Definition

Caution

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

No mirror transform is applied

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

Field Value

Value = 1

Implements

Attributes

Remarks

No mirror transform is applied

No mirroring is applied to the camera output regardless of the camera facing.

Java documentation for android.hardware.camera2.params.OutputConfiguration.MIRROR_MODE_NONE.

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