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
FrameProvider Class Reference

#import <FrameProvider.h>

Inherits NSObject.

Instance Methods

(long) - AddFrame:
 

Detailed Description

An interface used to provide input image data for processing. API users should obtain a reference to this interface by using GetFrameProvider (SDKProvider) function.

Method Documentation

◆ AddFrame:

- (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.

Parameters
imageImage for processing.
Returns
sequential frame index.