EasyAR Sense 4.2 Release Notes
4.2.0
2021-01-25
EasyAR Sense 4.2.0 adds some small features, fixes some bugs, and enhances the user experience.
The detailed updates are as follows:
+ Added an iOS version without screen recording and video player functions to meet the AppStore privacy policy compliance requirements of some applications
+ Added framework version for MacOS
+ Added pause/resume, total playback time, current playback time, initial screen rotation direction, and whether playback is completed functions to FrameRecorder playback
+ Extracted the CameraDevice implementation for Android into the HelloARCustomCamera sample for easier modification
+ Added ProGuard rules to the Android aar library, no longer requiring manual specification
+ Optimized plane detection in MotionTracking, improving tracking robustness and relocation capability
+ Added MotionTracker calibration parameter network update function (CalibrationDownloader)
+ Added MotionTracking adaptation models
+ Added CameraDeviceSelector.getFocusMode to obtain the recommended focus mode when using SurfaceTracking or MotionTracking
+ Added Storage.setAssetDirPath to set the root directory when loading files such as image targets
+ Added Log.setLogFuncWithScheduler to use custom log functions when thread safety cannot or is inconvenient to guarantee
* Upgraded all Android platform samples to Android 11 (API Level 30) target
* Fixed some stability issues