ARFace context.
More...
ARFace context.
- Warning
- In the NvsARFaceContext class, all public APIs are used in the UI thread! ! !
◆ finalize()
void com.meicam.sdk.NvsARFaceContext.finalize |
( |
| ) |
throws Throwable |
|
inlineprotected |
◆ isFaceTracking()
boolean com.meicam.sdk.NvsARFaceContext.isFaceTracking |
( |
| ) |
|
|
inline |
Check if face is being tracked.
- Returns
- Returns a boolean value. true means face is being tracked, false means the opposite.
◆ isObjectTracking()
boolean com.meicam.sdk.NvsARFaceContext.isObjectTracking |
( |
int |
objType | ) |
|
|
inline |
Check if object of certain type is being tracked.
- Parameters
-
- Returns
- Returns a boolean value. true means object of certain type is being tracked, false means the opposite.
◆ release()
void com.meicam.sdk.NvsARFaceContext.release |
( |
| ) |
|
|
inline |
◆ setContextCallback()
Set context callback.
- Parameters
-
callback | Context callback. |
◆ setContextDetectActionCallback()
Set context action callback.
- Parameters
-
callback | Context action callback. |
◆ setContextErrorCallback()
Set context error callback.
- Parameters
-
callback | Context error callback. |
◆ setContextInterface()
void com.meicam.sdk.NvsARFaceContext.setContextInterface |
( |
long |
contextInterface | ) |
|
|
inlineprotected |
◆ setContextLandmarkCallback()
Set context landmark callback.
- Parameters
-
callback | Context landmark callback. |
◆ setDualBufferInputUsed()
void com.meicam.sdk.NvsARFaceContext.setDualBufferInputUsed |
( |
boolean |
isDualBufferInput | ) |
|
|
inline |
Set dual buffer input is used or not.
- Parameters
-
isDualBufferInput | Dual buffer input is used or not. |
◆ setReloadCurSticker()
void com.meicam.sdk.NvsARFaceContext.setReloadCurSticker |
( |
| ) |
|
|
inline |
◆ OBJECT_LAND_MARK_TYPE_ANIMAL
final int com.meicam.sdk.NvsARFaceContext.OBJECT_LAND_MARK_TYPE_ANIMAL = 1 |
|
static |
◆ OBJECT_LAND_MARK_TYPE_FACE
final int com.meicam.sdk.NvsARFaceContext.OBJECT_LAND_MARK_TYPE_FACE = 0 |
|
static |
◆ OBJECT_TRACKING_TYPE_ANIMAL
final int com.meicam.sdk.NvsARFaceContext.OBJECT_TRACKING_TYPE_ANIMAL = 1 |
|
static |
◆ OBJECT_TRACKING_TYPE_FACE
final int com.meicam.sdk.NvsARFaceContext.OBJECT_TRACKING_TYPE_FACE = 0 |
|
static |
The documentation for this class was generated from the following file: