Win64 installation

License authorization

[Single machine online authorization option]

  • LicenseManager_x64.exe enter the license code to activate

[Single machine offline authorization option]

  • Command line ./tools/licenceLocalInfo.exe [SN_CODE] [OUTPUT_FILE], (will generate device fingerprint file OUTPUT_FILE).

  • Send us the device fingerprint file

  • We generate an activation file based on the fingerprint file and send it to you

  • Command line./tools/licenceAuthOffline.exe [UPDATE_FILE], activate the device

[Group authorization option]

  • ./tools/licenceSetLocalServer.exe [IP] [PORT], (IP PORT is the IP and port number of the group license server)

Set environment variables

  1. Double click set_env.bat

QT demo running

  1. Enter {sdk_path}/demo/dface_qt_demo, Run executable program.

QT demo project configuration

  1. QT Creator opens {sdk_path}examplecppdface_qt_demo project

  2. Click Projects->Run->Run Environment to switch to System Environment, see {sdk_path}/example/cpp/dface_qt_demo_setup.jpg for details

../_images/dface_qt_demo_setup_windows.jpg

C# demo running

  1. Enter {sdk_path}/demo/dface_csharp_demo, Run executable program.