Skip to content

Releases: IntelRealSense/RealSenseID

Version 0.17.1

03 May 11:34
Compare
Choose a tag to compare
  • Database import/export support [Device mode only]: rsid-viewer.exe 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.
    • FW version 2.6.x or newer must be installed for this feature.
    • 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.
  • Fixed preview resource cleanup in windows.

Supported Platforms:

Linux (tested on ubuntu 18, gcc 7.5+)
Windows (tested on windows 10, VS 2019)
Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices:

This Firmware bin file (F450_2.6.0.74_SIGNED.bin) is only compatible with production locked units.
Please contact Intel RealSense Customer Support for pre production unit updates.

Intel® RealSense™ ID F455 peripheral (with FW version 1.6 or newer)
Intel® RealSense™ ID F450 module (with FW version 1.6 or newer)

Recommended Firmware:

F450_2.6.0.74_SIGNED.bin (bundled into sdk installer)

Supported Languages

  • C#/.NET
  • C++
  • C
  • Android Java

Version 0.16.0

22 Apr 15:15
Compare
Choose a tag to compare

Release notes:

• Increased preview resolution to 720p.
• Replaced OpenCV preview implementation with native MSMF (Windows) and Video4Linux.
• 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(host mode) to support integer 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.

Supported Platforms:

Linux (tested on ubuntu 18, gcc 7.5+)
Windows (tested on windows 10, VS 2019)
Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices:

This Firmware bin file (F450_2.4.2.74_SIGNED.bin) is only compatible with production locked units.
Please contact Intel RealSense Customer Support for pre production unit updates.

Intel® RealSense™ ID F455 peripheral (with FW version 1.6 or newer)
Intel® RealSense™ ID F450 module (with FW version 1.6 or newer)

Recommended Firmware:

F450_2.4.2.74_SIGNED.bin (bundled into sdk installer)

Supported Languages

  • C#/.NET
  • C++
  • C
  • Android Java

Version 0.15.0

01 Apr 13:56
d44c20b
Compare
Choose a tag to compare

Supported Platforms:

Linux (tested on ubuntu 18, gcc 7.5+)
Windows (tested on windows 10, VS 2019)
Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices:

This Firmware bin file (F450_2.3.0.63_SIGNED.bin) is only compatible with production locked units.
Please contact Intel RealSense Customer Support for pre production unit updates.

Intel® RealSense™ ID F455 peripheral (with FW version 1.6 or newer)
Intel® RealSense™ ID F450 module (with FW version 1.6 or newer)

Recommended Firmware:

F450_2.0.11.45 (bundled into sdk installer)

Supported Languages

  • C#/.NET
  • C++
  • C
  • Android Java

Release notes:

  • Added recognition-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).
  • Added support for authentication loop to Android app.

Intel® RealSense ID™ SDK v0.13.0

11 Mar 15:17
a459700
Compare
Choose a tag to compare

Supported Platforms:
Linux (tested on ubuntu 18, gcc 7.5+)
Windows (tested on windows 10, VS 2019)
Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices:
This Firmware bin file (F450_2.0.11.45_signed.bin) is only compatible with production locked units.
Please contact Intel RealSense Customer Support for pre production unit updates.

Intel® RealSense™ ID F455 peripheral (with FW version 1.6 or newer)
Intel® RealSense™ ID F450 module (with FW version 1.6 or newer)

Recommended Firmware:
F450_2.0.11.45 (bundled into sdk installer)

Supported Languages
C#/.NET
C++
C
Android Java

Release notes:

  • New firmware version 2.0.11.
  • New enrollment process to capture center/left/right poses for better FA accuracy
  • Android support for firmware update.
  • Better handling outdoor light environment
  • GUI updates and fixes.
  • Serial protocol improvements.
  • Simplified secure vs non-secure API using FaceAuthenticator constructor.

Intel® RealSense ID™ SDK v0.12.4

04 Mar 15:30
Compare
Choose a tag to compare

Supported Platforms:
Linux (tested on ubuntu 18, gcc 7.5+)
Windows (tested on windows 10, VS 2019)
Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices:
This Firmware bin file (F450_2.0.10.45_signed.bin) is only compatible with production units.
Please contact Intel RealSense Customer Support for pre production unit updates.

Intel® RealSense™ ID F455 peripheral (with FW version 1.6 or newer)
Intel® RealSense™ ID F450 module (with FW version 1.6 or newer)

Recommended Firmware:
F450_2.0.10.45 (bundled into sdk installer)

Supported Languages
C#/.NET
C++
C
Android Java

Release notes:

  • Improved SDK installer (bundled with firmware).
  • Improved C# application UX
  • 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.

Intel® RealSense ID™ SDK v0.11.0

07 Feb 20:33
333b090
Compare
Choose a tag to compare

Supported Platforms

  • Linux (tested on ubuntu 18, gcc 7.5+)
  • Windows (tested on windows 10, VS 2019)
  • Android (tested on Android 6.0 but should also work on newer versions)

Supported Devices

  • Intel® RealSense™ ID F455 peripheral
  • Intel® RealSense™ ID F450 module

Recommended Firmware:

  • F450 FW 1.8.2 (F450_FW_1.8.2.7z)

Supported Languages

  • C#/.NET
  • C++
  • C
  • Android Java

Release notes:

  • Android support including all security and preview features. See the android readme and the android example for a usage example.
  • Server Mode: Server Mode is a set of APIs enabling management & storing faceprints on a host/server.
    An additional API provides a 'matching' function which predicts whether two faceprints belong to the same person,
    thus enabling the user to scan their database for similar users.
  • Serial communication updates

Version 0.10.1

25 Jan 14:16
Compare
Choose a tag to compare

Prerequisite:
F450 FW 1.7.2 version (F450_1.7.2_release_FW.7z) installed on F450 device
Visual Studio 2019 C++ runtime for Windows app demo

New Features:

  • Pair host with device.
  • Set/Query Face Authentication settings.
  • Query enrolled users from the device.
  • Query FW version.
  • Log API.

Fixes and improvements:

  • Secure communication improvements.
  • Improved serial protocol.
  • Updated examples.