various bug fixes around free trigger mode, display strings and image pipe robustness
This commit is contained in:
parent
86ec50575b
commit
d5af9adec9
12 changed files with 85 additions and 25 deletions
|
|
@ -90,6 +90,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
Cameras cameras(uvosledRet < 0 ? nullptr : &led);
|
||||
cameras.setFree(false);
|
||||
ImagePipeline pipe(&cameras);
|
||||
|
||||
MainWindow w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue