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

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

Inheritance diagram for com.meicam.sdk.NvsStreamingContext.ImageGrabberCallbackExt:
com.meicam.sdk.NvsStreamingContext.ImageGrabberCallback

Public Member Functions

void onImageGrabbedArrived (NvsTimeline timeline, Bitmap image, Hashtable< String, Object > metaData)
 Grab image from timeline. More...
 
- Public Member Functions inherited from com.meicam.sdk.NvsStreamingContext.ImageGrabberCallback
void onImageGrabbedArrived (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.ImageGrabberCallbackExt.onImageGrabbedArrived ( NvsTimeline  timeline,
Bitmap  image,
Hashtable< String, Object >  metaData 
)

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.
metaDataThe obtained timestamp.For key values in Hashtable please refer to Configuration of compiling timeline

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