Skip to content

v1.0.0

Compare
Choose a tag to compare
@Cerovec Cerovec released this 28 Jul 12:38
· 596 commits to master since this release
  • Initial official BlinkID SDK version
  • Added CocoaPods integration and travis-ci validation
  • Changes in Direct processing API
    • You are no longer required to call PPCoordinator initializeRecognizers and PPCoordinator terminateRecognizers.
    • Instead, initializeRecognizers is called lazily on first call of processImage method.
    • terminateRecognizers is called automatically in PPCoordinator destructor
  • Added support for autorotation of PPScanningViewController. To support autorotation, use PPScanningViewController's new properties autorotate and supportedOrientations
  • Added didOutputMetadata: callback method to PPOverlayViewControllers
  • Fixed bug which caused Overlay events to be called when direct API is used. Direct API now only reports events to PPScanDelegate instance.
  • Fixed bug which caused image property of PPImageMetadata not take the image orientation into account
  • PPMetadataSettings cleanup
  • PPApp class no longer part of public API