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 cbe6a11 commit caa9abaCopy full SHA for caa9aba
1 file changed
dlclivegui/services/multi_camera_controller.py
@@ -57,8 +57,6 @@ def __init__(self, camera_id: str, settings: CameraSettings):
57
self._retry_delay = 0.1
58
self._trigger_timeout_delay = 0.05
59
60
- # Hardware-trigger wait logging can be noisy because timeouts are expected
61
- # while no trigger pulse is arriving. Log only occasionally.
62
self._trigger_wait_log_interval = 2.0
63
self._last_trigger_wait_log = 0.0
64
self._trigger_wait_suppressed_count = 0
0 commit comments