[](https://opensource.org/licenses/GPL-3.0) [](https://gitter.im/esrf-bliss/LImA) [](https://anaconda.org/esrf-bcu) [](https://anaconda.org/esrf-bcu) [](https://anaconda.org/esrf-bcu) # LImA Simulator Camera Plugin This is the LImA camera simulator. It can help you getting started with LImA and to experiment without any hardware. ## Install ### Camera python ```bash conda install -c esrf-bcu lima-camera-simulator ``` ### Camera tango device server ```bash conda install -c tango-controls -c esrf-bcu lima-camera-simulator-tango ``` # LImA 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](http://python.org) binding and provides a [PyTango](http://pytango.readthedocs.io/en/stable/) device server for remote control. ## Documentation The documentation is available [here](https://lima.blissgarden.org)