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

After recording the sceneview it shows blank plane. ![IMG_8369](https://user-images.githubusercontent.com/24892708/102321458-b727f380-3fa3-11eb-9d4b-cf0bc7e495ed.jpg) .. Can you please tell me solution for this...

My app supports all interface orientations. The `ViewAR.orientation` `OptionSet` returns `.all` and `inputViewOrientations` is set to `[ .landscapeLeft, .landscapeRight, .portrait ]`. When the recorder is initialized with the ARSCNView, the...

``` Xcode 11.2.1 Swift 5 ARVideoKit (~> 1.5.51) iPhone 7+ ARSCNView ``` I have the vc setup the same exact way that you have it in your [sample project](https://github.com/AFathi/ARVideoKit/blob/master/Examples/Swift/ARVideoKit-Example/View%20Controllers/SCNViewController.swift) except...

I tried to record a video with ".personSegmentationWithDepth" enabled but the resulted video don't keep the frame hiding the 3d object. https://github.com/wesleysdossantos/ARVideoKit

Users are experiencing a crash with ARVideoKit. It appears to be when initializing `WritAR` with audio enabled, in the `prepareAudioDevice(_:)` method. It doesn't happen all the time; however, it is...

This happens both on `record()` and `.photo()` call. Error: ``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVAssetWriterInput initWithMediaType:outputSettings:sourceFormatHint:] 4 is not a valid channel count for...

Hi, I'm using ARCore to create arvideo, and the codes like this: sceneView.scene?.background.contents = videoLayer, videoLayer.contents = frame.capturedImage as CVPixelBuffer. but when I record the video, the videoLayer is frozen....

Hi, The recorded video is recorded successfully but only records black video. However, the sound is recorded successfully. I should note that ARVideoKit is able to successfully capture a single...

Hello I Started to use ARVideokit in my project but can you help me to preview the video inapp before saving to photo library. I want to add the share...

Hello, I am facing this issue when i install pod and try to import ARVideoKit the following error show's up"Could not build Objective-C module 'ARVideoKit'" once i manage the scheme...