DeepAR for iOS
DeepAR for iOS/MacOS is packaged as multi-platform XCFramework and supports both Swift and Obj-C projects.
- The main interaction with the API is through the
DeepARobject. - The library comes with the helper
CameraControllerclass for easily connecting the camera withDeepARobject. - Call
createARViewto create a view that can be placed into the view hierarchy for on-screen AR preview. - The SDK can also produce output frames in from of
CVPixelBufferthat can be used for streaming purposes. - Screenshot and video recording API is available out-of-the-box.