Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.17 KB

Recommendation

If you want to record ARKit, try ARKitRecorder. Real Time record, Aspect ratio and timestamp are perfect.

https://github.com/noppefoxwolf/ARKitRecorder

SCNVideoWriter

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SCNVideoWriter is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SCNVideoWriter"

Usage

let writer = try! SCNVideoWriter(scene: sceneView.scene)
writer.startWriting()
writer.finishWriting(completionHandler: { [weak self] (url) in
  print("done", url)
})

Author

noppefoxwolf, [email protected]

License

SCNVideoWriter is available under the MIT license. See the LICENSE file for more info.