camera_deep_ar library

Classes

CameraDeepArController
DeepArConfig
The state of a CameraDeepArController.
DeepArEventHandler
In the callbacks, the application should avoid time-consuming tasks or call blocking APIs (such as SendMessage), otherwise, the SDK may not work properly.
DeepArPreview

Enums

CameraDirection
this is used to set the camera direction for deepar
CameraMode
this is used to set the camera mode for deepar
DisplayMode
this is used to set the display mode for deepar
RecordingMode
this is used to set the recording mode for video recording

Typedefs

CameraReadyCallback = void Function(bool err)
SnapPhotoCallback = void Function(String path)
SwitchEffectCallback = void Function(String path)
VideoRecordingCallback = void Function(String path)