HorizonSDK-iOS alternatives and similar libraries
Based on the "Camera" category.
Alternatively, view HorizonSDK-iOS alternatives based on common mentions on social networks and blogs.
-
SCRecorder
iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing -
ALCameraViewController
DISCONTINUED. A camera view controller with custom image picker and image cropping. -
PBJVision
DISCONTINUED. πΈ iOS Media Capture β features touch-to-record video, slow motion, and photography -
TGCameraViewController
DISCONTINUED. Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects. -
CameraManager
Simple Swift class to provide all the configurations you need to create custom camera view in your app -
Cool-iOS-Camera
A fully customisable and modern camera implementation for iOS made with AVFoundation. -
RSBarcodes_Swift
1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift. -
Lumina
A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features -
CameraEngine
DISCONTINUED. ππ· Camera engine for iOS, written in Swift, above AVFoundation. π -
CameraKit-iOS
Library for iOS Camera API. Massively increase performance and ease of use within your next iOS Project. -
JVTImageFilePicker
Easy and beautiful way for a user to pick content, files or images. Written in Objective C
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of HorizonSDK-iOS or a related project?
README
Horizon SDK for iOS
Horizon SDK is a state of the art real-time video recording / photo shooting iOS library.
Some of the features of Horizon SDK include:
- Horizon real-time leveling algorithm (you can find more at https://horizon.camera)
- Support for multiple resolutions (up to 2K recording) and frame rates.
- Custom filter support using the Core Image framework.
- Multiple previews.
- A simple view controller that makes integrating the SDK to your app really easy.
- Access to the video buffer so that it can be further processed or live streamed using other libraries.
In order to use Horizon SDK on your app, you have to receive an API key by contacting us. The provided sample apps contain their own API keys.
The library can be used on devices running iOS version 8 or higher. You can build your application using the latest Xcode.
For more information take a look at the Installation and Quick Start guides of the documentation.
Examples
There are three Xcode projects in the Examples directory with examples of how to create a simple video recording application, a more advanced use of the library and a Swift project.
The HorizonSDKDemo example app demonstrates the same basic functionality of the HorizonSDK: Creating a preview, instanciating the camera and having a record button. HorizonSDKDemo requires iOS 8.0 or later.
The AdvancedHorizonSDKDemo example app demonstrates a more advanced functionality of the HorizonSDK: There are two previews, a simple and a leveled one. The app responds to device orientation events and demonstrates some of the features available on HorizonSDK. AdvancedHorizonSDKDemo requires iOS 8.0 or later.
The SwiftHorizonSDKDemo example app provides a simple app written in Swift that shows how to integrate HorizonSDK library with a Swift project. SwiftHorizonSDKDemo requires iOS 8.4 or later.