ACameraCaptureSession_captureCallbacksV2

#include <NdkCameraCaptureSession.h>

This has the same functionality as ACameraCaptureSession_captureCallbacks, with the exception that captureCallback_startV2 callback is used, instead of captureCallback_start, to support retrieving the frame number.

Summary

Public attributes

context
void *
onCaptureBufferLost
onCaptureCompleted
onCaptureFailed
onCaptureProgressed
onCaptureSequenceAborted
onCaptureSequenceCompleted
onCaptureStarted
Same as ACameraCaptureSession_captureCallbacks#onCaptureStarted, except that it has the frame number of the capture added in the parameter list.

Public attributes

context

void * ACameraCaptureSession_captureCallbacksV2::context

onCaptureBufferLost

ACameraCaptureSession_captureCallback_bufferLost ACameraCaptureSession_captureCallbacksV2::onCaptureBufferLost

onCaptureCompleted

ACameraCaptureSession_captureCallback_result ACameraCaptureSession_captureCallbacksV2::onCaptureCompleted

onCaptureFailed

ACameraCaptureSession_captureCallback_failed ACameraCaptureSession_captureCallbacksV2::onCaptureFailed

onCaptureProgressed

ACameraCaptureSession_captureCallback_result ACameraCaptureSession_captureCallbacksV2::onCaptureProgressed

onCaptureSequenceAborted

ACameraCaptureSession_captureCallback_sequenceAbort ACameraCaptureSession_captureCallbacksV2::onCaptureSequenceAborted

onCaptureSequenceCompleted

ACameraCaptureSession_captureCallback_sequenceEnd ACameraCaptureSession_captureCallbacksV2::onCaptureSequenceCompleted

onCaptureStarted

ACameraCaptureSession_captureCallback_startV2 ACameraCaptureSession_captureCallbacksV2::onCaptureStarted

Same as ACameraCaptureSession_captureCallbacks#onCaptureStarted, except that it has the frame number of the capture added in the parameter list.