Releases: HorizonCamera/HorizonSDK-iOS
Releases · HorizonCamera/HorizonSDK-iOS
Horizon SDK 2.8
- Uses a
.xcframework
wrapper instead of a.framework
that can
support the same architecture (e.g. arm64) on different platforms (e.g.
simulator vs iphoneos). - Updates sample projects to use the
.xcframework
instead.
Horizon SDK 2.7
- Fixed a bug regarding the initial configuration of photo mod
Horizon SDK 2.6
Changelog
- Fixed an issue regarding capturing HDR full resolution photos.
- Updated sample projects.
Horizon SDK 2.5
Changelog
- Fixed main thread accessing bug
- Added new methods that allow developers to set a specific AVCaptureDevice object as an active device instead of just specifying the resolution. That gives developers the ability to pass the new devices (e.g. telephoto, wide, dual lens) of the iPhone Plus and iPhone X device models to the SDK.
- Introduced a new method for setting the
outputMovieSize
called-(BOOL)setOutputMovieSize:error:
that reports whether the set has been successful or not. - Updated documentation.
- Various bug fixes and performance optimizations.
Horizon SDK 2.4
Changelog
- Added
HVTLevelerLockedOrientationHorizontal
andHVTLevelerLockedOrientationVertical
enums to always lock the leveler in the horizontal or the vertical orientation respectively regardless of the orientation of the device. - Added a minor fix regarding internal checks of applied CIFilters.
- Updated Sample Projects: Video saving is now using the Photos framework instead of the older and deprecated Assets Library.
- Updated documentation.
Horizon SDK 2.3
Changelog
- Fixed the bitcode iTunes connect issue by adding a custom run script phase (Take a look at the updated Installation Guide)
Horizon SDK 2.2
Changelog
- Added bitcode support for Horizon SDK
- Updated installation documentation to include Carthage instructions
Horizon SDK 2.1
- Updated Horizon framework to be built as a dynamic instead of a static library
- Horizon SDK is now Carthage ready (you can find the Carthage-ready framework as an attachment to that release)
- Updated documentation to reflect the framework changes
Horizon SDK 2.0
Horizon SDK 2.0
Horizon SDK 1.8
Changelog
- Added extra method in HVTSDK to activate the SDK with extra parameter, like the scale filter frequency (look at HVTScaleFilterFrequencySettingsKey in HVTVars.h)
- Added cropRegionTintColor property in HVTView that controls the tint color of the dark area of the crop region.