2022-03-04 18:07:08 +00:00
2022-01-03 16:13:10 +00:00
2022-01-03 16:12:56 +00:00
2020-08-20 17:35:45 +01:00
2022-03-04 18:07:08 +00:00

JAMCS - James Camera Software

Camera for Raspberry Pi in C++ :)

To build

Requirements:

  • CMake
  • gtkmm 3.0

Optional:

  • clang-tidy

Debian based

sudo apt install -y cmake libgtkmm-3.0-dev clang-tidy

Fedora

sudo dnf install cmake gtkmm30-devel clang-tools-extra

Then:

cmake -B build .
cmake --build build

Alternatively you can just use the VSCode CMake Extension

Description
James Camera Software
Readme 107 KiB
Languages
Python 100%