@onirix/ar-engine-sdk 1.6.14 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.7.1 (2024-05-31)
4
+
5
+ ### Fixed
6
+
7
+ - Fixed a race condition when using ImageTrackingMode.World which could produce an OOM error.
8
+
9
+ ## v1.7.0 (2024-05-30)
10
+
11
+ ### Added
12
+
13
+ - Added sub-modes for Image-Tracking:
14
+ - Image: For tracking the image (default)
15
+ - Rotation: For 360 tracking after detecting the image
16
+ - World: For tracking the world after detecting the image
17
+
3
18
  ## v1.6.14 (2024-05-15)
4
19
 
5
- - More robust rear camera selection
20
+ - More robust rear camera
6
21
 
7
22
  ## v1.6.13 (2024-05-03)
8
23