3.4.0
What's Changed
- Fixes NoARCoreFragment in DemoApp, Closes LOC-58 by @bastinagual in #123
- Not anchoring FMFrame if not tracking, retrying until anchored, Closes LOC-7 by @bastinagual in #122
- Incrementing totalFramesUploaded before request, not on response, Fixes LOC-55 by @bastinagual in #127
- QR Code scanning coroutine no longer on delicate GlobalScope API, fixes LOC-22 by @bastinagual in #126
- Updating dependencies and compileSdkVersions, Closes LOC-9 by @bastinagual in #128
- Made most classes internal, Closes LOC-8 by @bastinagual in #119
- Bicubic resize done in RenderScript, Closes LOC-4 by @bastinagual in #117
- Made RenderScript lateinit in YuvToRgbConverter, Fixes LOC-73 by @bastinagual in #129
- Delivers ML Model with .aar and updates model init logic, Closes LOC-64 by @bastinagual in #130
- anchorDeltaPose now uses the camera pose of the anchor frame at the time it was set, Closes LOC-90 by @bastinagual in #131
Full Changelog: 3.3.1...3.4.0
Breaking Changes
The required versions of most dependencies have been changed, as well as the compileSdkVersion, and the Gradle version. Please refer to the project README.