We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e340273 commit 12b40f9Copy full SHA for 12b40f9
microscope/cameras/ximea.py
@@ -46,6 +46,14 @@
46
However, `XimeaCamera.trigger()` checks the trigger type and will
47
raise an exception unless the camera is set for software triggers.
48
49
+Requirements
50
+------------
51
+
52
+Support for Ximea cameras requires Ximea's API Python (xiApiPython).
53
+This is only available via Ximea's website and is not available on
54
+PyPI. See Ximea's website for `install instructions
55
+<https://www.ximea.com/support/wiki/apis/Python>`__.
56
57
"""
58
59
import contextlib
0 commit comments