An open API service indexing awesome lists of open source software.

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

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.