forked from IntelRealSense/RealSenseID
-
Notifications
You must be signed in to change notification settings - Fork 1
/
release_notes.txt
150 lines (127 loc) · 5.69 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Realsense ID version 0.21.0
-----------------------------------
* Enroll with RGB image,
* Added option in the app to batch enroll using a json file.
* Example JSON for enrol:
[
{
"userId": "user1",
"filename": "user1.png"
},
{
"userId": "user2",
"filename": "C:\\devel\\user2.jpg"
}
]
* Full device rotation support - device can now be used at 0/90/180/270 degrees.
* Improved multiple faces processing.
* Improved significantly Anti-spoofing accuracy.
* Increased max serial packets to 8k for improved serial performace.
* Known issues: Spoof algo flow is not supported in 90/270 degrees.
Realsense ID version 0.19.0
-----------------------------------
* New dump and preview menu in rsid-viewer.
* Ability to dump face cropped images.
* Improved recognition and anti-spoofing accuracy.
* Support for new devices.
* Upcoming releases will contain 2 firmware binaries.
* Trying to flash the wrong firmware binary will fail on device mismatch.
Realsense ID version 0.18.1
-----------------------------------
Added missing 3rd party files
Add option to enable metadata in windows installer
Realsense ID version 0.18.0
-----------------------------------
* New device config options to support multiple faces and algo options:
* FaceSelectionPolicy:
* Single (default, authenticate closest face).
* All (authenticate all detected faces (up to 5)).
* AlgoFlow:
* All (default).
* FaceDetectionOnly.
* SpoofOnly.
* RecognitionOnly.
* Preview improvements:
* Added MJPEG @ 1080p and 720p streams.
* Added an option to display and save RAW10 images of the selected frame.
* UVC metadata support (e.g. timestamp info) - please refer to the README for additional information on how to enable this feature on Windows.
* Authentication loop - automatically stopped even if the host exits without cancelling.
Realsense ID version 0.17.1
--------------------------
Fixed preview resource cleanup in windows
Realsense ID version 0.17.0
--------------------------
* Database import/export support [Device mode only]:
'rsid-viewer' contains 2 new buttons, when in 'Device Mode' - one will export the database from the device to a json file, the other will import a json compatible file to device and save it.
Right now, usernames must be unique for this to work properly.
* Better face detection capabilities.
* Adaptive learning. Update the user's faceprints when new information can be learned, after a successful authentication attempt.
* Fixed device settings issue with 'advanced mode'.
* Fixed crash caused by trying to resume/pause preview while updating firmware.
* Fixed a crash caused by incorrect order of de-allocating resources.
* Advanced mode features enabled.
* Run Spoof Detection - will return if the user is fake or not. Example can be found in 'rsid-viewer'.
* Camera Dump Mode - get 1920x1080 RAW10 images from the device, instead of a live RGB preview stream.
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