makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
com.visagetechnologies.makeupsdk.FaceTracker Class Reference

Inherits Runnable.

Public Member Functions

void StartAnalysis (FaceTrackerCallback callback)
 
void StopAnalysis ()
 
void Reset ()
 

Detailed Description

Provides tracking results obtained by visage|SDK. To enable module pass the appropriate license to the SDKProvider.

Member Function Documentation

◆ Reset()

void com.visagetechnologies.makeupsdk.FaceTracker.Reset ( )
inline

Resets the internal state of the face tracker.

◆ StartAnalysis()

void com.visagetechnologies.makeupsdk.FaceTracker.StartAnalysis ( FaceTrackerCallback  callback)
inline

Initiates face tracking. When a frame has been analyzed a call to the FaceTrackerCallback function is issued, with the analysis results passed as an argument.

Parameters
callbackObject having done callback method which will be called every time new frame is analized.

◆ StopAnalysis()

void com.visagetechnologies.makeupsdk.FaceTracker.StopAnalysis ( )
inline

Stops the face tracker and stops issuing calls to the callback given as a argument to the StartAnalysis function.