CaptureResult.ControlCaptureIntent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CaptureResult.Key? ControlCaptureIntent { get; }
[<Android.Runtime.Register("CONTROL_CAPTURE_INTENT")>]
static member ControlCaptureIntent : Android.Hardware.Camera2.CaptureResult.Key
Property Value
- Attributes
Remarks
Java documentation for android.hardware.camera2.CaptureResult.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.