Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 647 Bytes

File metadata and controls

28 lines (17 loc) · 647 Bytes

pyobs for Aravis cameras

Install pyobs-aravis

Clone the repository:

git clone https://github.com/pyobs/pyobs-aravis.git

Install dependencies:

cd pyobs-aravis
pip3 install -r requirements

And install it:

python3 setup.py install

Dependencies

  • pyobs for the core funcionality. It is not included in the requirements.txt, so needs to be installed separately.
  • Aravis for accessing the camera.
  • python-aravis as an easy-to-use interface.