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](https://github.com/IntelRealSense/RealSenseID/tree/master/wrappers/android) and the [android example](https://github.com/IntelRealSense/RealSenseID/tree/master/examples/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