fix various bugs
add commandline parser for various options allow cameras to be operated in serial fashion allow disabeling of quirks allow changing of Photonfocus quirk timeings
This commit is contained in:
@ -151,6 +151,7 @@ QString MainWindow::getProfileName()
|
||||
|
||||
void MainWindow::refreshProfiles()
|
||||
{
|
||||
QString tmp = ui->comboBox->currentText();
|
||||
ui->comboBox->clear();
|
||||
QList<QString> profiles = Profile::avaiableProfiles();
|
||||
for(const QString& string : profiles)
|
||||
|
Reference in New Issue
Block a user