See Also: CaptureFailure Members
A report of failed capture for a single image capture from the image sensor.
CaptureFailures are produced by a Android.Hardware.Camera2.CameraDevice if processing a Android.Hardware.Camera2.CaptureRequest fails, either partially or fully. Use CaptureFailure.Reason to determine the specific nature of the failed capture.
Receiving a CaptureFailure means that the metadata associated with that frame number has been dropped -- no Android.Hardware.Camera2.CaptureResult with the same frame number will be produced.