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

Hi, Thank you for the framework! Super useful I'm wondering if you (or anyone else) have gotten the following error: When capturing photo or video with ARVideoKit, in some specific...

validateFunctionArguments:3469: failed assertion `Vertex Function(uberparticle_vert): missing buffer binding at index 19 for vertexBuffer.1[0].'

Hi Ahmed, Great Repo. With an ARSceneView we can include an SKScene using 'sceneView.overlaySKScene = scene'. However ARVideoKit doesn't include the SKScene in the output of 'recorder = RecordAR(ARSceneKit: self.sceneView)'....

Hi, ARVideoKit is very useful to me. I discover that the quality of photo/video i captured by using ARVideoKit is not the same what i see in the screen (downgraded...

I _am_ using iOS12 beta 4 with XCode 10 yes, but the same problem was happening with iOS 11.4 This occurs regularly when actioning a livePhoto: ``` if arVideoKitRecorder!.status ==...

I use ARVideoKit-Example Demo, deinit method in SCNViewController did not called after go back to MainViewController

bug

Doesn't capture the drawing made using this: https://github.com/laanlabs/ARBrush. I'm not exactly sure what's going wrong, any leads appreciated.. :)

Recorder only records a part of the scene view not all of it. This is the actual scene view: ![skype_picture](https://user-images.githubusercontent.com/694814/41844890-4895e360-788f-11e8-9096-53a97bd4f711.jpeg) you can see both eyes here but the recorder only...

I got this error while compile with the given ARVideoKit.framework Can any one help?

When comparing video taken with the stock iOS camera vs taken with ARVideoKit, it looks like the ARVideoKit video has no image stabilization. I think AVCaptureVideoStabilizationMode needs to be set...