|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
#import <FrameProvider.h>
Inherits NSObject.
Instance Methods | |
| (long) | - AddFrame: |
An interface used to provide input image data for processing. API users should obtain a reference to this interface by using GetFrameProvider (SDKProvider) function.
| - (long) AddFrame: | (CamIL_Image *) | image |
Enqueues image for processing, replacing the last queued Image. When processing is triggered the engine obtaines only the last queued frame.
| image | Image for processing. |