MeiCam SDK For iOS  3.10.0
Instance Methods | List of all members
<NvsImageGrabberDelegate> Protocol Reference

#import <NvsStreamingContext.h>

Inheritance diagram for <NvsImageGrabberDelegate>:

Instance Methods

(void) - onImageGrabbedArrived:timestamp:
 Grab image from timeline. More...
 
(void) - onImageGrabbedArrived:image:timestamp:
 Grab image from timeline. More...
 

Method Documentation

◆ onImageGrabbedArrived:image:timestamp:

- (void) onImageGrabbedArrived: (NvsTimeline *)  timeline
image: (UIImage *)  image
timestamp: (int64_t)  time 
optional

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.

◆ onImageGrabbedArrived:timestamp:

- (void) onImageGrabbedArrived: (UIImage *)  image
timestamp: (int64_t)  time 
optional

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 protocol was generated from the following file: