Interface | Description |
---|---|
AREventListener |
Listener for asynchronous actions returned from the DeepAR class like receiving screenshot results etc.
|
DeepAR.AnimationTransitionedCallback |
Animation transitioned callback interface.
|
DeepAR.FaceTrackedCallback |
Face tracked callback interface.
|
DeepAR.FrameRenderedCallback |
Frame rendered callback interface.
|
Class | Description |
---|---|
ARTouchInfo |
Class containing touch-related data.
|
DeepAR |
Main class for interacting with DeepAR engine.
|
DeepAR.FaceData |
Represents data structure containing all the information available about the detected face.
|
DeepAR.FaceTrackingInitParameters |
Face tracking parameters that will determine how the face tracking is initialized.
|
Enum | Description |
---|---|
ARErrorType |
DeepAR error types.
|
ARTouchType |
Types of touch events.
|
CameraOrientation |
Camera orientations.
|
CameraResolutionPreset |
Camera resolution presets.
|
DeepAR.ToneMapping | |
DeepARImageFormat |
Image format used in
receiveFrame
method of DeepAR to tell DeepAR how to interpret the frame. |
DeepARPixelFormat |
Pixel format used to specify the pixel output format of the Image
frame of
frameAvailable callback method. |