|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
#import <FaceTracker.h>
Inherits NSObject.
Instance Methods | |
| (void) | - StartAnalysis: |
| (void) | - StopAnalysis |
| (void) | - Reset |
Provides tracking results obtained by visage|SDK. To enable this module pass the appropriate license to the SDKProvider.
| - (void) Reset |
Resets the internal state of the face tracker.
| - (void) StartAnalysis: | (void(^)(BeautyFaceData *)) | callback |
Initiates face tracking. When a frame has been analyzed a call to the block function is issued, with the analysis results passed as an argument.
| callback | A block function that will be called each time a frame is processed. |
| - (void) StopAnalysis |
Stops the face tracker and stops issuing calls to the callback given as a argument to the StartAnalysis function.