Luxand FaceSDK v8.3 Developer's Guide

iBeta Certified Liveness

Passed iBeta Presentation Attack Detection testing to ISO/IEC 30107-3 with a perfect score — 0% APCER across ~1,000 presentation attacks.

Using with Python

To use FaceSDK, you must have Python 2.7 or later installed.

Copy the Python wrapper to your working directory, or place it in the python/lib/fsdk directory.

For Windows users: If using a global path folder, also copy win.py to the same wrapper directory.

To start working with FaceSDK add the import:

from fsdk import FSDK

Unlike other wrappers, all functions in the Python wrapper never return error code of execution, instead the result of function is returned or None. In case of an error a corresponding exception is raised.

Sample Code

Try python samples at: