makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
Loading...
Searching...
No Matches
Instance Methods | List of all members
EyeToneAnalyzer Class Reference

#import <EyeToneAnalyzer.h>

Inherits NSObject.

Instance Methods

(void) - StartAnalysis:
 
(void) - StopAnalysis
 
(void) - Reset
 

Detailed Description

Provides eye tone estimation functionality over multiple frames. To enable this module pass the appropriate license to the SDKProvider.

Method Documentation

◆ Reset

- (void) Reset

Resets the internal state of the eye tone analyzer. This is useful when switching between frames of different people.

◆ StartAnalysis:

- (void) StartAnalysis: (void(^)(EyeToneResult *))  callback

Initiates the eye tone analysis. When a frame has been analyzed a call to the callback function is issued, with the analysis results passed as the argument.

Parameters
callbackBlock callback which will be called every time new frame is analyzed.

◆ StopAnalysis

- (void) StopAnalysis

Stops the eye tone analysis and stops issuing calls to the callback given as argument to the StartAnalysis function.