forked from IntelRealSense/RealSenseID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_notes.txt
72 lines (63 loc) · 2.64 KB
/
release_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Realsense ID version 0.16.0
--------------------------
• Increased preview resolution to 720p
• Replaced OpenCV preview impl with MSMF (Windows) and Video4Linux (Linux).
• Added OnFaceDetected callback returning rectangles of authenticated face and other faces in the field of view.
• Enabled support up to 1000 users on device.
• Added matching score and confidence to Match results ( struct MatchResultHost)
• Match function changes to support short calculations only (instead of float)
• Fixed a bug in passing faceprints from device to host (supposed to improve recognition accuracy in host mode)
• Improved accuracy for Covid masks mode
• Enabled FW upgrade without new recognition model
Realsense ID version 0.15.1
--------------------------
* Fix/Align Android and other OS release number.
Realsense ID version 0.15.0
--------------------------
* Added recogntion-only authentication mode.
* GUI updates and fixes.
* Auto-exposure.
* New recognition model (requiring re-enrollment).
* Increased max user id size (30 chars).
* CMake install support.
* MCU support stage 1 (Removed mutexes from code for easier integration with embedded platforms without threads).
* Added support for authentication loop to Android app
Realsense ID version 0.13.0
--------------------------
* New firmware version 2.0.11.
* Improved enrollment process to capture center/left/right poses.
* Android support for firmware update.
* GUI updates and fixes.
* Serial protocol improvments.
* Simplified FaceAuthenticator constrcutor.
Realsense ID version 0.12.4
--------------------------
* Improved SDK installer (bundled with firmware)
* Firmware-Update support
* C# sample redesign and support for firmware update
* Android preview flips when choosing to flip camera orientation.
* Support for encrypted/clear communication with the device. Use "CMake -DRSID_SECURE=1" to enable encryption.
* Enable preview in new Android API levels.
* Support for auto detect preview camera.
* Improved faceprints extraction algorithm.
Realsense ID version 0.11.0
--------------------------
* Android API wrappers and example including all security and preview features.
* "Server mode" enabling faceprints extraction to host/server and additional API for matching on host/server.
Realsense ID version 0.10.1
--------------------------
* New APIs:
- Pair host with device
- Set/Query Face Authentication settings
- Query enrolled users from device
- Query FW version
- Log API
* Secure communication improvments
* Improve serial protocol
* Update examples
Realsense ID version 0.9.2
--------------------------
Enabled USB and UART I/Fs
Linux/Windows OSs
Secure mode
Preview based on OpenCV