various bug fixes around free trigger mode, display strings and image pipe robustness

This commit is contained in:
uvos 2021-06-18 16:52:39 +02:00
parent 86ec50575b
commit d5af9adec9
12 changed files with 85 additions and 25 deletions

View file

@ -90,6 +90,7 @@ int main(int argc, char *argv[])
}
Cameras cameras(uvosledRet < 0 ? nullptr : &led);
cameras.setFree(false);
ImagePipeline pipe(&cameras);
MainWindow w;