indra4837 / libptzf

Pan Tilt Zoom Focus library for custom Marlin 3d printer firmware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libptzf

Pan Tilt Zoom Focus library for custom Marlin 3d printer firmware.

Requirements:

sudo apt install \
  libboost-log-dev \
  libboost-system-dev \
  libserial-dev \
  ninja-build
pip3 install --upgrade meson

Installation:

mkdir builddir (vscode should make this for you if you have the meson extension)
cd buildir
meson ..
ninja test
ninja install

About

Pan Tilt Zoom Focus library for custom Marlin 3d printer firmware.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 76.5%Language:Meson 23.5%