We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dd0db commit 42bc6afCopy full SHA for 42bc6af
microscope/cameras/ximea.py
@@ -91,6 +91,11 @@ def initialize(self):
91
_logger.info('Initializing.')
92
# Try set camera into rising-edge hardware trigger mode. If
93
# that can't be done set it to software trigger mode.
94
+ # TODO: even if the trigger source is set to edge rising, the
95
+ # camera can still be triggered by software. For now, this
96
+ # lets us work with hardware and software triggers without
97
+ # having a setting for that (but we will need to change this
98
+ # one day). See issue #131.
99
try:
100
self._handle.set_trigger_source('XI_TRG_EDGE_RISING')
101
except:
0 commit comments