This repository aims to get you started with LImA camera plugin development. It provides scaffholding for a camera named Pixy2.
This is the LImA plugin for the Pixy2 cameras.
cmake -Bbuild -DLIMA_ENABLE_PYTHON=1 -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DLIMA_ENABLE_PYTANGO_SERVER=1
sudo cmake --build build --target install
Lima ( L ibrary for Im age A cquisition) is a project for the unified control of 2D detectors. The aim is to clearly separate hardware specific code from common software configuration and features, like setting standard acquisition parameters (exposure time, external trigger), file saving and image processing.
Lima is a C++ library which can be used with many different cameras. The library also comes with a Python binding and provides a PyTango device server for remote control.
The documentation is available here