CaptureRequest.ControlCaptureIntent Property

Definition

Information to the camera device 3A (auto-exposure, auto-focus, auto-white balance) routines about the purpose of this capture, to help the camera device to decide optimal 3A strategy.

[Android.Runtime.Register("CONTROL_CAPTURE_INTENT")]
public static Android.Hardware.Camera2.CaptureRequest.Key? ControlCaptureIntent { get; }
[<Android.Runtime.Register("CONTROL_CAPTURE_INTENT")>]
static member ControlCaptureIntent : Android.Hardware.Camera2.CaptureRequest.Key

Property Value

Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureRequest.CONTROL_CAPTURE_INTENT.

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

See also