ACameraCaptureSession_captureCallbacksV2

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

Declared in camera/NdkCameraCaptureSession.h
void * ACameraCaptureSession_captureCallbacksV2::context

onCaptureBufferLost

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_bufferLost ACameraCaptureSession_captureCallbacksV2::onCaptureBufferLost

onCaptureCompleted

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_result ACameraCaptureSession_captureCallbacksV2::onCaptureCompleted

onCaptureFailed

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_failed ACameraCaptureSession_captureCallbacksV2::onCaptureFailed

onCaptureProgressed

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_result ACameraCaptureSession_captureCallbacksV2::onCaptureProgressed

onCaptureSequenceAborted

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_sequenceAbort ACameraCaptureSession_captureCallbacksV2::onCaptureSequenceAborted

onCaptureSequenceCompleted

Declared in camera/NdkCameraCaptureSession.h
ACameraCaptureSession_captureCallback_sequenceEnd ACameraCaptureSession_captureCallbacksV2::onCaptureSequenceCompleted

onCaptureStarted

Declared in camera/NdkCameraCaptureSession.h
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.

Follow best practices, eliminate boilerplate code, and reduce fragmentation

Updated Jul 26, 2024

Follow best practices, eliminate boilerplate code, and reduce fragmentation

Updated Jun 10, 2024

Follow best practices, eliminate boilerplate code, and reduce fragmentation

Updated Dec 12, 2024