diff options
-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 |