Skip to content

Version 0.17.1

Compare
Choose a tag to compare
@gabime gabime released this 03 May 11:34
· 41 commits to master since this release
  • 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