MeiCam SDK For Android  1.0.0
Classes | List of all members
com.meicam.sdk.NvsARFaceContext Class Reference

ARFace context. More...

Classes

interface  NvsARFaceContextCallback
 Face effect context callback interface. More...
 
interface  NvsARFaceContextErrorCallback
 
class  RunnableExt
 

Detects configuration options

static final int OBJECT_TRACKING_TYPE_FACE = 0
 Detects faces. More...
 
static final int OBJECT_TRACKING_TYPE_ANIMAL = 1
 Detects animal. More...
 
boolean isFaceTracking ()
 
boolean isObjectTracking (int objType)
 
void setContextCallback (NvsARFaceContextCallback callback)
 
void setContextErrorCallback (NvsARFaceContextErrorCallback callback)
 
void setDualBufferInputUsed (boolean isDualBufferInput)
 
void setContextInterface (long contextInterface)
 
void finalize () throws Throwable
 

Detailed Description

ARFace context.

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

Member Function Documentation

void com.meicam.sdk.NvsARFaceContext.finalize ( ) throws Throwable
inlineprotected
boolean com.meicam.sdk.NvsARFaceContext.isFaceTracking ( )
inline
boolean com.meicam.sdk.NvsARFaceContext.isObjectTracking ( int  objType)
inline
void com.meicam.sdk.NvsARFaceContext.setContextCallback ( NvsARFaceContextCallback  callback)
inline

< Already in the main thread, you can update the UI

< Already in the main thread, you can update the UI

void com.meicam.sdk.NvsARFaceContext.setContextErrorCallback ( NvsARFaceContextErrorCallback  callback)
inline

< Already in the main thread, you can update the UI

< Already in the main thread, you can update the UI

void com.meicam.sdk.NvsARFaceContext.setContextInterface ( long  contextInterface)
inlineprotected
void com.meicam.sdk.NvsARFaceContext.setDualBufferInputUsed ( boolean  isDualBufferInput)
inline

Member Data Documentation

final int com.meicam.sdk.NvsARFaceContext.OBJECT_TRACKING_TYPE_ANIMAL = 1
static

Detects animal.

final int com.meicam.sdk.NvsARFaceContext.OBJECT_TRACKING_TYPE_FACE = 0
static

Detects faces.


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