diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-28 14:11:22 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-28 14:11:22 +0200 |
commit | 2723b1d644d72c535381a1da346e929d22e90369 (patch) | |
tree | 28dcad12b0e7bfb604f862b658d981227533716f /docs | |
parent | 0eb0051e11c27dd59deb73a3aa44ca106e570102 (diff) | |
download | libuca-2723b1d644d72c535381a1da346e929d22e90369.tar.gz libuca-2723b1d644d72c535381a1da346e929d22e90369.tar.bz2 libuca-2723b1d644d72c535381a1da346e929d22e90369.tar.xz libuca-2723b1d644d72c535381a1da346e929d22e90369.zip |
Add a section about supported cameras
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/manual.md b/docs/manual.md index ef45d52..69abae8 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -9,7 +9,8 @@ cameras used at the ANKA synchrotron. ## Installation Before installing `libuca` itself, you should install any drivers and SDKs -needed to access the cameras you want to access through `libuca`. +needed to access the cameras you want to access through `libuca`. Now you have +two options: install pre-built packages or build from source. ## Building from source @@ -229,6 +230,18 @@ for `UfoFooCamera`. The latest nightly built reference can be found [libuca-reference]: http://ufo.kit.edu/extra/libuca/reference/ +# Supported cameras + +The following cameras are supported: + +* pco.edge, pco.dimax, pco.4000 (all CameraLink) via [libpco][]. You need to + have the SiliconSoftware frame grabber SDK with the `menable` kernel module + installed. +* PhotonFocus +* Pylon +* UFO Camera developed at KIT/IPE. + + # More API In the [last section][], we had a quick glance over the basic API used to |