MeiCam SDK For Android
3.14.0
|
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... | |
The second callback interface of the grabbed image from timeline.
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!!
timeline | The timeline in which the acquired image is located. |
image | The image obtained. |
time | The obtained timestamp. |