You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ahmed Bekhit edited this page Sep 27, 2018
·
17 revisions
Framework
ARVideoKit
Enabling developers to capture videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆 with augmented reality components.
Overview
ARVideoKit framework uses Apple's ARKit, AVFoundation, Metal and CoreMedia under the hood to render ARSCNView 🚀 or ARSKView 👾 content with the device's camera stream. Enabling developers to easily capture videos 📹, photos 🌄, Live Photos 🎇 and GIFs 🎆.
ARVideoKit framework simplify the process of:
Rendering scenes in real-time.
Augmented Reality with SpriteKit content
Augmented Reality with SceneKit content
Game SceneKit content
Writing the rendered scenes into a video file.
Starting an audio session.
Writing the audio buffers with the rendered scenes.
Calculating media time when using pause/resume functionalities.
Writing the rendered scenes into a Live Photo file.
Writing the rendered scenes into a GIF file.
Recording video & audio while playing audio in the background (e.g. playing songs from Music.app while recording).
Modifying video orientations based on device's orientation.