MeiCam SDK For Android
3.14.0
|
The callback interface of the grabbed image from timeline. More...
Public Member Functions | |
void | onImageGrabbedArrived (Bitmap image, long time) |
Grab image from timeline. More... | |
The callback interface of the grabbed image from timeline.
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!!
image | The image obtained. |
time | The obtained timestamp. |