Zendrive SDK v9.1.0 Release Notes
Product Information
Zendrive SDK
Product Version
Version 9.1.0
OS Support
This version supports Android 13 and iOS 16.
Release Date
March 14, 2023
Zendrive SDK v9.1.0 includes the following new features and upgrades:
1. Speed Reduction for Automatic Collision Notification
Description:
The speed threshold for both high and low-severity collisions (FNOL and ACN) has been reduced from 10 mph to 5 mph, for both iOS and Android. Note that this speed reduction does not affect the current barometer-based collision detection logic.
2. Backward Compatibility of Sensor Fusion
Description:
Our updated Sensor Fusion Model can now run two sensor-fusion algorithms in parallel.
Explanation:
New detector Ids are added to the existing detectors to contrive more robust event detection capabilities in Zendrive sDK.
Benefit:
Increased robustness in event detection, irrespective of noisy sensor data and bad GPS data input.
3. New iOS Crash Detection Feature
Description: Zendrive SDK is now integrated with the iOS16 collisionDetection
API, which will result in improved collision detection for iOS in the future. However, at present we are using this API only to collect and store collision data.
Explanation: When Zendrive collision detection is triggered, the iOS 16 collisionDetection
API checks for the collision status, and stores the following data:
NA if there is no iOS alert.
Time, location and other information if an iOS collision alert exists.
The collision data is stored in the event.data
field, which is uploaded to the Zendrive backend.
Benefit:
This feature can help improve Zendrive’s collision detection for iOS.
Was this helpful?