This is the LImA TANGO python server. It has to be installed with a camera plugin, e.g Basler.
pip install .
conda install -c esrf-bcu lima-camera-basler
conda install -c tango-controls -c esrf-bcu lima-tango-server
conda install -c tango-controls -c esrf-bcu lima-basler-tango
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
python -m pytest