CaptureFailure.WasImageCaptured Method
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 the image was captured from the camera.
[Android.Runtime.Register("wasImageCaptured", "()Z", "GetWasImageCapturedHandler")]
public virtual bool WasImageCaptured ();
[<Android.Runtime.Register("wasImageCaptured", "()Z", "GetWasImageCapturedHandler")>]
abstract member WasImageCaptured : unit -> bool
override this.WasImageCaptured : unit -> bool
Returns
boolean True if the image was captured, false otherwise.
- Attributes
Remarks
Determine if the image was captured from the camera.
If the image was not captured, no image buffers will be available. If the image was captured, then image buffers may be available.
Java documentation for android.hardware.camera2.CaptureFailure.wasImageCaptured()
.
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.