@onirix/ar-engine-sdk 1.6.2 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.6.3 (2024-02-14)
4
+
5
+ ### Added
6
+
7
+ - The init method can now throw a 'ReconstructionPendingError' to indicate that the Spatial scene is not yet ready for localization.
8
+
3
9
  ## v1.6.2 (2024-02-02)
4
10
 
5
11
  ### Fixed
package/README.md CHANGED
@@ -128,6 +128,7 @@ In the following table, you will find useful information about error types:
128
128
  | **OnirixSDK.CameraError** | **CAMERA_ERROR** | Might occur if could not detect or access to back-facing camera, or if camera permissions have been rejected |
129
129
  | **OnirixSDK.SensorsError** | **SENSORS_ERROR**| Might occur if could not detect or access to gyroscope sensor, or motion sensor permissions have been rejected |
130
130
  | **OnirixSDK.InternalError** | **INTERNAL_ERROR**| Might occur in non-compatible devices. Check compatibility for more info |
131
+ | **OnirixSDK.ReconstructionPendingError** | **RECONSTRUCTION_PENDING_ERROR**| Might occur when the spatial scene has not yet finished its reconstruction |
131
132
 
132
133
  ---
133
134