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 732f5fd commit 66fe26bCopy full SHA for 66fe26b
1 file changed
dlclivegui/services/multi_camera_controller.py
@@ -516,7 +516,6 @@ def _on_frame_captured(self, camera_id: str, frame: np.ndarray, timestamp: float
516
display_ids=dict(self._display_ids),
517
)
518
519
-
520
if frame_data is not None:
521
with timing.measure("Multi.emit.frame_ready"):
522
self.frame_ready.emit(frame_data)
0 commit comments