documentation

Release 17.10.1

Version Info

Release date: 18.10.2017

Release info: ARKit beta Release

General

Enhancements/Features

  • Adding ARKit BETA support when enabling extendibleTracking by default on iOS devices. This requires Xcode 9 to compile. ARKit is weakly linked, so you can disable it anyway on legacy < Xcode 9/iOS11 versions by removing the ARKit.framework dependency. You can force disabling the usage of AR by setting tracker.parameters.disableExternalSLAM=true. When ARKit support is enabled the image will have a different resolution.
  • Many performance optimizations on iOS
  • Allowing writing initData using a predefined uri/filename.
  • Gave some parameters new default values: minNumOfCorrespondences=50, gradientThreshold=40
  • Update of HoloLens tracker to set proper intrinsics for tracking

Interfaces

Native

  • Added functions for writing the initData in the Objective-C Interface

Documentation Changes