@onirix/ar-engine-sdk 1.8.6 → 1.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v1.8.8 (2025-01-15)
|
4
|
+
|
5
|
+
### Added
|
6
|
+
|
7
|
+
- Allow to specify visual localization quality level (accuracy vs speed) for spatial AR through 'spatialLocalizationAccuracyLevel' configuration parameter.
|
8
|
+
|
9
|
+
### Fixed
|
10
|
+
|
11
|
+
- Spatial localization files are now read on demand to prevent unnecessary memory consumption.
|
12
|
+
|
13
|
+
## v1.8.7 (2024-11-20)
|
14
|
+
|
15
|
+
### Added
|
16
|
+
|
17
|
+
- New ‘imageContinuousDetection’ flag to allow pose refinement when using combined tracking.
|
18
|
+
|
19
|
+
### Changed
|
20
|
+
|
21
|
+
- New visual localization algorithm for Spatial AR which improves localization speed and performance.
|
22
|
+
- Better pose smoothing for Spatial and Combined Tracking.
|
23
|
+
- Combined Tracking now ensures the image is in a good perspective to perform detection, minimizing any possible pose error.
|
24
|
+
|
3
25
|
## v1.8.6 (2024-11-13)
|
4
26
|
|
5
27
|
### Added
|