Skip to content

Releases: IntelRealSense/RealSenseID

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.