https://github.com/noppefoxwolf/arkitrecorder
Simple video recorder for ARKit. Real Time record, Aspect ratio and timestamp are perfect.
https://github.com/noppefoxwolf/arkitrecorder
Last synced: about 1 year ago
JSON representation
Simple video recorder for ARKit. Real Time record, Aspect ratio and timestamp are perfect.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/arkitrecorder
- Owner: noppefoxwolf
- License: mit
- Created: 2017-10-31T14:30:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T11:27:54.000Z (over 8 years ago)
- Last Synced: 2024-05-02T05:45:47.992Z (about 2 years ago)
- Language: Swift
- Homepage:
- Size: 433 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARKitRecorder
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
ARKitRecorder is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'ARKitRecorder'
```
## Usage
```
private lazy var writer: ARKitRecorder = try! .init(with: self.arSCNView, outputURL: self.outputURL)
try! writer.startWriting()
```
## Author
🦊Tomoya Hirano, noppelabs@gmail.com
## License
ARKitRecorder is available under the MIT license. See the LICENSE file for more info.