connect(ui->comboBox_name,SIGNAL(activated(int)),this,SLOT(slot_SetIndexCaptureCamera(int))); //信号槽连接...signal_MatImage(frame);
}
connect(&timer,&QTimer::timeout,this,&MainWindow::slot_CaptureImage); //定时器信号槽绑定...valueChanged(int)),this,SLOT(slot_SetCameraWhilteBalance(int)));//白平衡
connect(ui->checkBox_autoexposure,&QCheckBox...::stateChanged,this,&MainWindow::slot_SetCameraAutoExposure);//自动曝光
connect(ui->checkBox_autowb,&...QCheckBox::stateChanged,this,&MainWindow::slot_SetCameraAutoWb);//自动白平衡
connect(ui->pushButton_setting