MeiCam SDK For iOS  3.14.0
Instance Methods | List of all members
<NvsARFaceContextDelegate> Protocol Reference

#import <NvsARFaceContext.h>

Inheritance diagram for <NvsARFaceContextDelegate>:

Instance Methods

(void) - notifyFaceItemLoadingBegin:
 Notifies that the face props starts loading. More...
 
(void) - notifyFaceItemLoadingFinish
 Notifies the completion of loading face props. More...
 
(void) - notifyFaceItemLoadingFailed:error:
 Notifies that face props loading fails. More...
 
(void) - notifyObjectLandmark:size:type:timeStamp:
 Notifies that item landmark. More...
 
(void) - notifyDetectedAction:
 Notifies that detected an human action. More...
 

Method Documentation

◆ notifyDetectedAction:

- (void) notifyDetectedAction: (long long)  actionType
optional

Notifies that detected an human action.

Parameters
actionTypewhich type detected,Detected action type options.

◆ notifyFaceItemLoadingBegin:

- (void) notifyFaceItemLoadingBegin: (NSString *)  itemPath
optional

Notifies that the face props starts loading.

Parameters
itemPathFace props path.

◆ notifyFaceItemLoadingFailed:error:

- (void) notifyFaceItemLoadingFailed: (NSString *)  itemPath
error: (int)  error 
optional

Notifies that face props loading fails.

Parameters
itemPathFace props path.
errorerror id.

◆ notifyFaceItemLoadingFinish

- (void) notifyFaceItemLoadingFinish
optional

Notifies the completion of loading face props.

◆ notifyObjectLandmark:size:type:timeStamp:

- (void) notifyObjectLandmark: (NSArray *)  landmark
size: (int)  objectCount
type: (NvsObjectLandmarkType type
timeStamp: (int64_t)  timestamp 
optional

Notifies that item landmark.

Parameters
landmarkobject landmark.
objectCountobject count.
type(face or animal).
timestamplandmark timestamp.

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