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:
parent
3a77df6dd5
commit
b9b4b0fc2a
10 changed files with 134 additions and 36 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue