Supported device: FPC Sensor Controller L:0001 FW:021.26.2.x (10a5:9201)
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
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