| java.lang.Object | |
| ↳ | android.hardware.camera2.CameraDevice.CaptureListener | 
      This class is deprecated.
    Use CameraCaptureSession.CaptureListener instead
  
A listener for tracking the progress of a CaptureRequest
 submitted to the camera device.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| This method is called when an image capture has fully completed and all the
 result metadata is available. | |||||||||||
| This method is called instead of  onCaptureCompleted(CameraDevice, CaptureRequest, TotalCaptureResult)when the
 camera device failed to produce aCaptureResultfor the
 request. | |||||||||||
| This method is called when an image capture makes partial forward progress; some
 (but not all) results from an image capture are available. | |||||||||||
| This method is called independently of the others in CaptureListener,
 when a capture sequence aborts before any  CaptureResultorCaptureFailurefor it have been returned via this listener. | |||||||||||
| This method is called independently of the others in CaptureListener,
 when a capture sequence finishes and all  CaptureResultorCaptureFailurefor it have been returned via this listener. | |||||||||||
| This method is called when the camera device has started capturing
 the output image for the request, at the beginning of image exposure. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
This method is called when an image capture has fully completed and all the result metadata is available.
This method is called instead of onCaptureCompleted(CameraDevice, CaptureRequest, TotalCaptureResult) when the
 camera device failed to produce a CaptureResult for the
 request.
This method is called when an image capture makes partial forward progress; some (but not all) results from an image capture are available.
This method is called independently of the others in CaptureListener,
 when a capture sequence aborts before any CaptureResult
 or CaptureFailure for it have been returned via this listener.
This method is called independently of the others in CaptureListener,
 when a capture sequence finishes and all CaptureResult
 or CaptureFailure for it have been returned via this listener.
This method is called when the camera device has started capturing the output image for the request, at the beginning of image exposure.