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

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

Public Member Functions

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

Detailed Description

The second callback interface of the grabbed image from timeline.

Member Function Documentation

◆ onImageGrabbedArrived()

void com.meicam.sdk.NvsStreamingContext.ImageGrabberCallback2.onImageGrabbedArrived ( NvsTimeline  timeline,
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
timelineThe timeline in which the acquired image is located.
imageThe image obtained.
timeThe obtained timestamp.

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