Table of Contents

EasyAR Sense 4.2 release notes

4.2.0

2021-01-25

EasyAR Sense 4.2.0 added several small features, fixed several bugs, and improved the user experience.

Detailed updates are as follows:

+ Added an iOS version without screen recording and video player features to meet AppStore privacy policy compliance requirements for some applications

+ Added a framework version on MacOS

+ Added pause/resume during FrameRecorder playback and features to obtain total playback time, current playback time, initial screen rotation direction, and whether playback is completed

+ Extracted the Android CameraDevice implementation into the HelloARCustomCamera sample for easier modification

+ Added ProGuard rules to the Android aar library, so manual specification is no longer required

+ Optimized plane detection in MotionTracking, improving tracking robustness and relocalization capability

+ Added network update for MotionTracker calibration parameters, CalibrationDownloader

+ Added MotionTracking adapted device models

+ Added CameraDeviceSelector.getFocusMode to obtain the recommended focus mode when using SurfaceTracking or MotionTracking

+ Added Storage.setAssetDirPath to set the root directory for loading files such as image targets

+ Added Log.setLogFuncWithScheduler for using a custom log function when thread safety cannot or should not be guaranteed

* Upgraded all Android platform samples to target Android 11, API Level 30

* Fixed some stability issues