kjunichi / camtypers

Display your webcam image in your terminal(cmd.exe )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camtypers

Build Status Build status

camtypers

Prerequisites

for Windows

cinst opencv
set LIB=%lib%;C:\tools\opencv\build\x64\vc14\lib
set PATH=%path%;C:\tools\opencv\build\x64\vc14\bin

for macOS

brew install opencv

usage

git clone https://github.com/kjunichi/camtypers.git
cd camtypers
cargo build --release

About

Display your webcam image in your terminal(cmd.exe )


Languages

Language:Rust 100.0%