Skip to content

Commit 66fe26b

Browse files
committed
Update multi_camera_controller.py
1 parent 732f5fd commit 66fe26b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dlclivegui/services/multi_camera_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ def _on_frame_captured(self, camera_id: str, frame: np.ndarray, timestamp: float
516516
display_ids=dict(self._display_ids),
517517
)
518518

519-
520519
if frame_data is not None:
521520
with timing.measure("Multi.emit.frame_ready"):
522521
self.frame_ready.emit(frame_data)

0 commit comments

Comments
 (0)