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

The callback interface of the grabbed image from timeline. More...

Public Member Functions

void onImageGrabbedArrived (Bitmap image, long time)
 Grab image from timeline. More...
 

Detailed Description

The callback interface of the grabbed image from timeline.

Member Function Documentation

◆ onImageGrabbedArrived()

void com.meicam.sdk.NvsStreamingContext.ImageGrabberCallback.onImageGrabbedArrived ( Bitmap  image,
long  time 
)

Grab image from timeline.

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
imageThe image obtained.
timeThe obtained timestamp.

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