MeiCam SDK For iOS  3.10.0
Instance Methods | Properties | List of all members
NvsARFaceContext Class Reference

ARFace context. More...

#import <NvsARFaceContext.h>

Inheritance diagram for NvsARFaceContext:

Instance Methods

(void) - setInternalContext:
 
(bool) - isFaceTracking
 Check if face is being tracked. More...
 
(bool) - isObjectTracking:
 Check if object of certain type is being tracked. More...
 
(void) - setReloadCurSticker
 Reload current sticker. More...
 

Properties

id< NvsARFaceContextDelegatedelegate
 

Detailed Description

ARFace context.

Warning
In the NvsARFaceContext class, all public APIs are used in the UI thread! ! !

Method Documentation

◆ isFaceTracking

- (bool) isFaceTracking

Check if face is being tracked.

Returns
Returns a boolean value. true means face is being tracked, false means the opposite.

◆ isObjectTracking:

- (bool) isObjectTracking: (NvsObjectTrackingType trackingType

Check if object of certain type is being tracked.

Parameters
trackingTypeTracking object type.
Returns
Returns a boolean value. true means object of certain type is being tracked, false means the opposite.

◆ setInternalContext:

- (void) setInternalContext: (void *)  internalContext

◆ setReloadCurSticker

- (void) setReloadCurSticker

Reload current sticker.

Property Documentation

◆ delegate

- (id<NvsARFaceContextDelegate>) delegate
readwritenonatomicweak

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