https://github.com/nextlevel/examples
🆒 Example projects that use NextLevel components
https://github.com/nextlevel/examples
Last synced: 6 months ago
JSON representation
🆒 Example projects that use NextLevel components
- Host: GitHub
- URL: https://github.com/nextlevel/examples
- Owner: NextLevel
- License: mit
- Created: 2018-12-13T21:17:46.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T07:32:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-29T17:42:41.828Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 1.73 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`NextLevel` is a set of [Swift](https://developer.apple.com/swift/) camera system components designed for easy integration, customized media capture, and image streaming in iOS. Integration can optionally leverage `AVFoundation` or `ARKit`.
This repository is for examples of the various ways to integrate `NextLevel` into a project. Feel free to contribute!
## Examples
- [ARCamera](https://github.com/NextLevel/examples/tree/master/ARCamera), capture & record ARKit videos, photos
## Resources
* [iOS Device Camera Summary](https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Cameras/Cameras.html)
* [AV Foundation Programming Guide](https://developer.apple.com/library/ios/documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/00_Introduction.html)
* [AV Foundation Framework Reference](https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVFoundationFramework/)
* [ARKit Framework Reference](https://developer.apple.com/documentation/arkit)
* [NextLevel](https://github.com/NextLevel/NextLevel), media capture in Swift
* [NextLevelSessionExporter](https://github.com/NextLevel/NextLevelSessionExporter), media transcoding in Swift
## License
`examples` is available under the MIT license, see the [LICENSE](https://github.com/NextLevel/examples/blob/master/LICENSE) file for more information.