WVR_StartLipExp¶
-
WVR_EXPORT WVR_Result WVR_StartLipExp()
Use this function to start lip expression feature.
Use this API to start lip expression module This API must be called by main thread.
- Version
- API Level 9
- Return Value
WVR_Success
: start lip expression feature successfully.others
: WVR_Result mean failure.
How to use¶
Sample function:
#include <wvr/wvr_lip.h>
if (WVR_StartLipExp() == WVR_Success) {
//WVR_GetLipExpData
//WVR_StopLipExp
} else {
// start lip expression failed!
}