1shin-7 / fingerprint-ocv

Driver for FPC Sensor Controller L:0001 FW:021.26.2.x (10a5:9201)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB fingerprint sensor driver

Supported device: FPC Sensor Controller L:0001 FW:021.26.2.x (10a5:9201)

Environment

Ubuntu: apt install -y --no-install-recommends libusb-1.0-0-dev libevent-dev libdbus-1-dev libssl-dev libopencv-dev make cmake pkg-config gcc g++

Archlinux: pacman --noconfirm -S libusb libevent libdbus openssl libopencv-dev make cmake pkg-config gcc

Build

git clone https://github.com/vrolife/fingerprint-ocv
cd fingerprint-ocv
git submodule init
git submodule update
cmake -S . -B build
cmake --build build
cp build/src/fingerprint-ocv /path/to/somewhere

Install && Binary

Link

About

Driver for FPC Sensor Controller L:0001 FW:021.26.2.x (10a5:9201)

License:GNU Affero General Public License v3.0


Languages

Language:C++ 98.3%Language:CMake 1.7%