This commit is contained in:
JEFF 2025-02-27 14:26:40 +08:00
parent 0be38ff889
commit 61d64ee331

View File

@ -13,6 +13,8 @@ class CameraApp(QtWidgets.QMainWindow, Ui_MainWindow):
super(CameraApp, self).__init__()
self.setupUi(self)
# 連接按鈕事件
self.bt_camera_connect.clicked.connect(self.connect_camera)
self.bt_OneShot.clicked.connect(self.one_shot_capture)