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 Liveness Detection SDK
  2. Integration Guide
  3. Linux

Installation

PreviousLinuxNextAPI Reference

Last updated 4 months ago

Download SDK

Unpack the face-liveness_engine.zip archive into the desired directory.

Directory Structure

The SDK directory contains the following directories and files:

dependency\

openvino\

openvino so files

libimutils.so

libimutils so file for Ubuntu20.04

libimutils.so_for_ubuntu22

libimutils so file for Ubuntu22.04

engine\

bin\

SDK binary files

header.py

Header file

libliveness_v7.so

SDK so file

Install dependencies

  • Install packages and requirements:

sudo apt-get update -y && sudo apt-get install -y python3 python3-pip libcurl4-openssl-dev libssl-dev libtbb-dev
  • Copy dependency libraries:

sudo cp -f dependency/libimutils.so /usr/lib
sudo cp -rf dependency/openvino /usr/lib

If the Ubuntu version is 22.04:

sudo cp -f dependency/libimutils.so_for_ubuntu22 /usr/lib/libimutils.so

face-liveness_engine_v7.zip