Skip to content

Version 0.21.0

Compare
Choose a tag to compare
@gabime gabime released this 28 Jun 16:46
· 34 commits to master since this release

Note: SDK installer and SKU2 firmware will be re-uploaded soon.

RealSense ID version 0.21.0

  • Enroll with RGB image. See the new EnrollImage API and try it in the app.
  • Added option in the app to batch enroll multiple users using a json file. Example Json:
    [       
        {
            "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 performance.
  • Known issues: Spoof algo flow is not supported in 90/270 degrees.

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 files (F450_4.0.0.37_SKU1_SIGNED.bin.bin/F450_4.0.0.37_SKU2_SIGNED.bin.bin ) are 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)

Starting with this release, each firmware version will have 2 flavors -
SKU1 for current devices and SKU2 for new F455 units, which will start shipping this June.
The host library should automatically identify which firmware version your device requires and warn the user if he tries to flash the wrong one. This is decided according to the device's serial number.

The following serial number variations require a SKU2 firmware:

120X6228XXXXXXXXXXXXXXXX-XXX
122X6228XXXXXXXXXXXXXXXX-XXX
XXXX6229XXXXXXXXXXXXXXXX-XXX

Recommended Firmware:
F450_4.0.0.37_SKU1_SIGNED.bin.bin/F450_4.0.0.37_SKU2_SIGNED.bin.bin

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