Skip to content
Ahmed Fathi Bekhit edited this page Nov 11, 2017 · 17 revisions

Framework

ARVideoKit

Enabling developers to capture videos πŸ“Ή, photos πŸŒ„, Live Photos πŸŽ‡, and GIFs πŸŽ† with augmented reality components.


Overview

ARVideoKit framework is built on top of Apple's ARKit, AVFoundation, Metal and CoreMedia to render ARSCNView πŸš€ or ARSKView πŸ‘Ύ content with the device's camera stream. Enabling developers to easily capture videos πŸ“Ή, photos πŸŒ„, Live Photos πŸŽ‡ and GIFs πŸŽ†.

Topics

Classes

class ARView

A class that configures the Augmented Reality View orientations.

class RecordAR

A class that renders an ARSCNView or ARSKView content with the device's camera stream to generate a video πŸ“Ή, photo πŸŒ„, Live Photo πŸŽ‡ or GIF πŸŽ†.

A PHLivePhoto sub-class that contains objects to allow manual exporting of a live photo.

Protocols

protocol RecordARDelegate

A protocol that defines the methods triggered when the video recorder status change.

protocol RenderARDelegate

A protocol that defines the method triggered when the ARSCNView or ARSKView content is rendered with the device's camera stream.

References

ARVideoKit Enumerations

Clone this wiki locally