MeiCam SDK For iOS  3.10.0
Classes
NvsARFaceContext.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

protocol  <NvsARFaceContextDelegate>
 
class  NvsARFaceContext
 ARFace context. More...
 

Enumerations

Object tracking type.

enum  NvsObjectTrackingType { NvsObjectTrackingType_Face = 0, NvsObjectTrackingType_Animal }
 
Object landmark type.

enum  NvsObjectLandmarkType { NvsObjectLandmarkType_Face = 0, NvsObjectLandmarkType_Animal }
 
Detected action type options.

enum  NvsObjectDetectActionType {
  NvsObjectActionType_Face_Detect = 0x00000001L, NvsObjectActionType_Face_Lips_Upward = 0x00000040L, NvsObjectActionType_Face_Lips_Pouted = 0x00000080L, NvsObjectActionType_Eye_Blink = 0x00000002L,
  NvsObjectActionType_Mouth_Ah = 0x00000004L, NvsObjectActionType_Head_Yaw = 0x00000008L, NvsObjectActionType_Head_Pitch = 0x00000010L, NvsObjectActionType_Brow_Jump = 0x00000020L,
  NvsObjectActionType_Hand_Detect = 0x00000100L, NvsObjectActionType_Hand_OK = 0x00000200L, NvsObjectActionType_Hand_Scissor = 0x00000400L, NvsObjectActionType_Hand_Good = 0x00000800L,
  NvsObjectActionType_Hand_Palm = 0x00001000L, NvsObjectActionType_Hand_Pistol = 0x00002000L, NvsObjectActionType_Hand_Love = 0x00004000L, NvsObjectActionType_Hand_Holdup = 0x00008000L,
  NvsObjectActionType_Hand_Congratulate = 0x00020000L, NvsObjectActionType_Hand_Finger_Heart = 0x00040000L, NvsObjectActionType_Hand_Finger_Index = 0x00100000L, NvsObjectActionType_Hand_Fist = 0x00200000L,
  NvsObjectActionType_Hand_666 = 0x00400000L, NvsObjectActionType_Hand_Bless = 0x00800000L, NvsObjectActionType_Hand_ILoveYou = 0x010000000000L, NvsObjectActionType_Hand_Ssh = 0x400000000000L
}
 

Enumeration Type Documentation

◆ NvsObjectDetectActionType

Enumerator
NvsObjectActionType_Face_Detect 

face detected

NvsObjectActionType_Face_Lips_Upward 

lips upward

NvsObjectActionType_Face_Lips_Pouted 

face lips pouted

NvsObjectActionType_Eye_Blink 

eye blink

NvsObjectActionType_Mouth_Ah 

mouth open

NvsObjectActionType_Head_Yaw 

head yaw

NvsObjectActionType_Head_Pitch 

head pitch

NvsObjectActionType_Brow_Jump 

brow jump

NvsObjectActionType_Hand_Detect 

hand detected

NvsObjectActionType_Hand_OK 

ok hand

NvsObjectActionType_Hand_Scissor 

scissor hand

NvsObjectActionType_Hand_Good 

good hand

NvsObjectActionType_Hand_Palm 

hand palm

NvsObjectActionType_Hand_Pistol 

pistol hand

NvsObjectActionType_Hand_Love 

love hand

NvsObjectActionType_Hand_Holdup 

holdup hand

NvsObjectActionType_Hand_Congratulate 

congratulate hand

NvsObjectActionType_Hand_Finger_Heart 

finger heart

NvsObjectActionType_Hand_Finger_Index 

finger index

NvsObjectActionType_Hand_Fist 

fist

NvsObjectActionType_Hand_666 

666 hand

NvsObjectActionType_Hand_Bless 

bless

NvsObjectActionType_Hand_ILoveYou 

i love you

NvsObjectActionType_Hand_Ssh 

shush

◆ NvsObjectLandmarkType

Enumerator
NvsObjectLandmarkType_Face 

face landmark

NvsObjectLandmarkType_Animal 

animal landmark

◆ NvsObjectTrackingType

Enumerator
NvsObjectTrackingType_Face 

Detects faces.

NvsObjectTrackingType_Animal 

Detects animal.