Skip to content

Commit 4c3c49c

Browse files
committed
Update
1 parent 86ca130 commit 4c3c49c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

examples/official/dcv/main.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,15 +1491,6 @@ def create_camera_control_panel(self):
14911491
self.camera_beep_check = QCheckBox("Beep on detection")
14921492
detection_layout.addWidget(self.camera_beep_check)
14931493

1494-
# Detection frequency
1495-
freq_layout = QHBoxLayout()
1496-
freq_layout.addWidget(QLabel("Detection frequency:"))
1497-
self.detection_freq_combo = QComboBox()
1498-
self.detection_freq_combo.addItems(["High (30Hz)", "Medium (10Hz)", "Low (5Hz)"])
1499-
self.detection_freq_combo.setCurrentIndex(1) # Default to Medium
1500-
freq_layout.addWidget(self.detection_freq_combo)
1501-
detection_layout.addLayout(freq_layout)
1502-
15031494
layout.addWidget(detection_group)
15041495

15051496
# Camera Actions Group

0 commit comments

Comments
 (0)