MeiCam SDK For Android  3.14.0
Public Member Functions | List of all members
com.meicam.sdk.NvsStreamingContext.CapturedPictureCallback Interface Reference

Gets callback interface of the captured preview. More...

Public Member Functions

void onCapturedPictureArrived (ByteBuffer buffer, NvsVideoFrameInfo frameinfo)
 Gets captured preview video frame. More...
 

Detailed Description

Gets callback interface of the captured preview.

Member Function Documentation

◆ onCapturedPictureArrived()

void com.meicam.sdk.NvsStreamingContext.CapturedPictureCallback.onCapturedPictureArrived ( ByteBuffer  buffer,
NvsVideoFrameInfo  frameinfo 
)

Gets captured preview video frame.

Pay speical attention: this function is called in a seperate thread and not in the UI thread. Please consider the safety issues of threads!!

Parameters
bufferFrame data acquired.
frameinfoFrame information acquired.

The documentation for this interface was generated from the following file: