Release notes
Table of Contents
SentiVeillance 9.0 SDK
October 20, 2023
- Fix serial number activation on nvidia jetson platform.
- Fix high memory usage with video/camera streams.
October 3, 2023
- Algorithms’-related changes:
- Tuned default face algorithm properties for better operation.
- Samples:
- Removed thermal camera samples.
- Fixed export functionality in SurveillanceSampleCS.
- Fixed crash and functionality issues in Java surveillance-sample.
June 13, 2023
- SDK-related changes:
- Fixed incorrectl check if the object is in specified search area when CheckSearchAreaByObjectCenter parameter is set.
- Fixed a bug with wrong object color returned when objects tracked for short duration.
- Samples:
- Fixed SurveillanceSampleCS events export error.
- Fix surveillance-sample memory leaks and other minor issues.
May 30, 2023
- Algorithms’-related changes:
- Face recognition algorithm updated to the one used in VeriLook/MegaMatcher 13.0 SDK.
- Improved object tracking algorithm.
- Improved ALPR algorithm.
- Vehicle model recognition algorithm updated with newer models and improved accuracy.
- Added feature to recognize person’s age group (Child, Teenager, Adult, Senior) when using vehicle-human modality.
- Added template matching support for Kyrgyzstan, Tajikistan, El Salvador license plates.
- SDK-related changes:
- Model optimization can now return progress.
- Region of Interest is replaced with search areas, allowing for more precise configuration for selecting analyzed area.
- Added feature to return formatted license plate value.
- Changed frame decoding to only decode frames, which will be used in further processing, please update your applications if you are using ImageCaptured callback.
- Add support for NVIDIA Jetson devices (Requires JetPack 5.1.1).
- Samples:
- Updated samples to include new features.
- Removed VB.NET samples and tutorials.