CaptureRequest.IsReprocess 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.
Determine if this is a reprocess capture request.
public bool IsReprocess { [Android.Runtime.Register("isReprocess", "()Z", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isReprocess", "()Z", "", ApiSince=23)>]
member this.IsReprocess : bool
Property Value
true
if this is a reprocess capture request. false
if this is not a
reprocess capture request.
- Attributes
Remarks
Determine if this is a reprocess capture request.
A reprocess capture request produces output images from an input buffer from the CameraCaptureSession
's input Surface
. A reprocess capture request can be created by CameraDevice#createReprocessCaptureRequest
.
Java documentation for android.hardware.camera2.CaptureRequest.isReprocess()
.
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.