diff options
Diffstat (limited to 'docs/cameras.rst')
-rw-r--r-- | docs/cameras.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/cameras.rst b/docs/cameras.rst new file mode 100644 index 0000000..0825542 --- /dev/null +++ b/docs/cameras.rst @@ -0,0 +1,21 @@ +Supported cameras +================= + +The following cameras are supported: + +- pco.edge, pco.dimax, pco.4000 (all CameraLink) via + `libpco <http://ufo.kit.edu/repos/libpco.git/>`__. You need to have + the SiliconSoftware frame grabber SDK with the ``menable`` kernel + module installed. +- PhotonFocus +- Pylon +- UFO Camera developed at KIT/IPE. + + +Property documentation +---------------------- + +- `mock <mock.html>`__ +- `pco <pco.html>`__ +- `PhotonFocus <pf.html>`__ +- `Ufo Camera <ufo.html>`__ |