Releases: IntelRealSense/RealSenseID
Version 0.40.11
Realsense ID version 0.40.11
- New firmware release - version 7.5.0.310
- Fix authentication issue in some rotation modes.
- Logging improvements.
- New host sdk:
- Viewer support for landscape rotation when the confidence level is set to high.
- Viewer updated labels in settings.
Firmware version 7.5.0.308
Fixed an enrolment issue that occurred when using rotation modes set to 90 or 270 degrees.
Version 0.40.10
Realsense ID version 0.40.10
- New firmware release - version 7.5.0.303
- Improved TPR for Anti-Spoofing
- Increased database limit to 1,000 users.
- Added anti spoofing limitations to enrollment
- Added standby mode for lower power consumption
- New host SW:
- Improved support for device databases with 1,000 users
- Added CMake option to compile without network support (
-DRSID_NETWORK=OFF
) - Added Set/Get color gains to python API
- Removed support for multi-face authentication
Important Note
This release does not preserve the device's current database. To retain your data, follow these steps before upgrading:
- Open rsid-viewer and click the Export button to save your device data to a file.
- Upgrade the firmware.
- After upgrading, click the Import button in rsid-viewer to restore the data to the device.
Version 0.40.0
- New firmware release - version 7.0.0.304
- Improved TNR and TPR for Anti-Spoofing
- Face authentication TPR/TNR improvement (requires old database conversion)
- Face detection improvement
- Import database bug fix
- New host SW:
- CRC Optimization
- FW upgrade enhancement
- Added Set/Get color gains to API (for advanced users)
Version 0.38.2
- New firmware release - version 6.9.0.301
- Improved TNR and TPR for Anti-Spoofing
- Improved debuggability
- Bug fixes
- New host SW:
- Get FW log feature
- Added unpair option to viewer
Note: Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
Version 0.38.0
Note: Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
- New firmware release - version 6.7.0.306
- Improved TNR and TPR for Anti-Spoofing
- Improved detection in strong backlight conditions
- Improved latency for low and medium security levels
- Fixed LED off bug
- New host SW:
- Updated preview implementation for Linux to better support dump mode
- Improved auto detection of camera ports in Linux
- Use native jpeg decoder in windows preview
- Support for cropped dump mode in viewer
- New python viewer sample
Note: Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
Version 0.36.6
Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
- New firmware release - version 6.6.0.303
- Storing auth configuration to device storage, to make it persistent (survives reboot)
- Preview quality improvement
- Spoof detection improvement
- Register user from RGB image fix
- COVID mask support on authentication
- Friendlier authentication statuses
- Max Spoof attempts lock support
- Bug fixes
- New host SW:
- Added API to handle license provision to device (see readme for details)
- Viewer and Cli tool option to activate license with device
- Improvement in fw-update to clean unused modules
- Python wrapper: supprt for extracting faceprints for enrollment (host mode)
- Python wrapper: supprt for fw-update
- Removed android support
- Improved handling of external libs in CMake
NOTE: Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
Version 0.33.3
Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
- New firmware release - version 5.7.0.301
- Face authentication and Anti-Spoofing algorithm enhancement.
- Support 3 level of security via Settings Menu and Firmware API
- Boot Behavior:
- The device now always starts in Face-Detection mode upon boot, regardless of the previously set operation mode.
- The device now always starts in Low security level upon boot, regardless of the previously set operation mode.
- A reduction of storage on the device from 1,000 to 500 users.
- Preview now shows right sensor and sends right sensor snapshots to Host.
- Bug fixes.
- New host library version 0.33.3:
- Removed standby support.
- Improved images dump functionality.
- Improved support for detection of SKU version of the device.
- Host now tries to acquire license from a license server upon FW request. See details in the readme.md.
- Setting Menu simplified.
- Viewer display of device serial number in the status bar and in sn.txt file.
- Improved handling and logging of session start errors.
- Cleaned cmake usage of 3rd party libraries.
- Added more logging to the app (authenticate duration).
Important Notes:
-
Device Configuration: It is recommended to call
SetDeviceConfig(..)
in your application before callingAuthenticate()
to ensure the device is in the desired operation mode (this will be less crucial in the next firmware version, as the operation mode will be persisted and remain in effect even after a reboot). -
Authentication Check: Ensure that your code checks that
user_id
is not empty to determine whether authentication has occurred. This is important to differentiate between mere face detection or spoof detection and successful authentication.
Firmware 5.7.0.301 or newer require a license for facial recognition and spoofing features to work.
DO NOT upgrade to this new firmware unless you have a license. See more details in the readme.md.
FW Version 4.3.0.300
Minor bug fixes
Version 0.25.0
- Support for enrollment from RGB image in host mode.