Recognito
  • About RECOGNITO
  • Face Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • Face Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • License Option
  • How to implement 1:N identification with RECOGNITO SDK
  • Contact & Support
Powered by GitBook
On this page
  • Download SDK
  • Directory Structure
  • Install dependencies
  1. Face Recognition SDK
  2. Integration Guide
  3. Windows

Installation

PreviousWindowsNextAPI Reference

Last updated 1 year ago

Download SDK

Download

Unpack the win_engine(pwd_123).rar archive into the desired directory. The password of archive file is 123.

Directory Structure

The SDK directory contains the following directories and files:

dependency

python-3.8.9.exe

Python executable file for Python version 3.8.9

VC_redist.2013.exe

Microsoft Visual C++ Redistributable Package for Visual Studio 2013

VC_redist.2015-2022.exe

Microsoft Visual C++ Redistributable Package for Visual Studio versions 2015 through 2022

engine\

header.py

Header file

hwid.txt

Hardware ID dump file

license.txt

License key file

libttvrecog.dll

SDK dll file 1

libttvsdk.dll

SDK dll file 2

ttvfacewrapper.dll

SDK dll file 3

opencv_world300.dll

OpenCV library version 3.0.0

Install dependencies

  • Install python-3.8.9.exe, VC_redist.2013.exe, VC_redist.2015-2022.exe files from dependency directory.

When install python-3.8.9.exe, have to tick the Add Python3.8 to PATH option.

win_engine(pwd_123).rar [123M]