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

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

Public Member Functions

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

Detailed Description

Gets callback interface of the captured preview video frame.

Member Function Documentation

◆ onCapturedVideoFrameGrabbedArrived()

void com.meicam.sdk.NvsStreamingContext.CapturedVideoFrameGrabberCallback.onCapturedVideoFrameGrabbedArrived ( 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: