A Terminal User Interface (TUI) application for displaying webcam image input directly in the terminal.
See GitHub releases for prebuilt binaries.
Requirements:
vcpkgfor dependency managementClang,Ninja,CMakelibopencv4on Linuxvc_redist.x64installer on Windows
# install and build dependencies
vcpkg install
cmake --build --preset windows-release
# package for release
cmake --install build --prefix install
cpack --config build/CPackConfig.cmakeThis project is licensed under the GNU General Public License v3.0