ARVideoKit icon indicating copy to clipboard operation
ARVideoKit copied to clipboard

Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆.

Results 56 ARVideoKit issues
Sort by recently updated
recently updated
newest added

Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0 compiler

When i install pods it throw's 20 error's and doesn't work properly when i embed framework sceneView doesn't initialize.

Hi, Let me explain you clearly the issue. Create a custom camera and set it to a node. Let cameraNode = SCNNode() cameraNode.camera = SCNCamera() cameraNode.camera.useOrthographic =true zfar= 30 /...

Seems Apple introduced a new render path for the coming iOS 13 release with the RealityKit, but it is not supported currently by ARVideoKit. My attempt is to record the...

Hello, I couldn't install pods or carthage both were giving error's some how i managed to work with the framework. I copied the framework from clone project. Now in the...

Hello Ahmed, I'm Amr I have to make my app with two views of "ARSCNView" ``` @IBOutlet var sceneViewL: ARSCNView! @IBOutlet var sceneViewR: ARSCNView! ``` then should record them on...

First of all, thank you for sharing this framework! I've been getting errors when the app goes into background: `Execution of the command buffer was aborted due to an error...

is it possible to work on simulator or iphone witch dont support arkit ?

My ARKit app using SceneKit runs at 60 fps, however, when I start recording it drops significantly, to around 20fps. The recorded video is smooth and seems to retain the...