To access the FaceSDK library functions, you need to use its binary file in your applications. The specific file depends on the platform:
- Windows applications use facesdk.dll
- Windows .NET applications use facesdk.NET.dll
- Linux applications use libfsdk.so
- Mac OS X applications use libfsdk.dylib
- Java applications use facesdk.jar, jna.jar and the appropriate binary file (facesdk.dll, libfsdk.dylib or libfsdk.so)
It is usually recommended to store this file in the directory where the executable file of your application is located. Alternatively, you may keep the file in:
- the working directory of your application
- the directory specified in the path environment variable of your system: PATH (Windows), LD_LIBRARY_PATH (Linux), DYLD_LIBRARY_PATH (Mac OS X).
You need to include interface header files into your application project in order to use FaceSDK.
















