A library to control Finger Lakes Instrumentation cameras. It provides the SDSS gfaCamera and fvcCamera actors to control the Guide, Focus and Acquisition cameras and Field View Camera, respectively.
In general you should be able to install flicamera by doing
pip install sdss-flicameraAlthough flicamera should handle all the compilation of the FLI libraries, you may still need to modify your system to give your user access to the FLI USB devices. See here for more details.
To build from source, use
git clone git@github.com:sdss/flicamera
cd flicamera
pip install -e .