Luxand FaceSDK – 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.
Consult the sample code in the samples\advanced\Python directory for detailed usage examples.