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
|
|
@ -54,7 +54,7 @@ public:
|
|||
void load(QSettings& settings);
|
||||
void load(const QString& name);
|
||||
void load();
|
||||
void deleteProfile();
|
||||
void deleteProfile() const;
|
||||
void setName(const QString name){name_=name;}
|
||||
void setCamerasSetupsFromDescription(const std::vector<cam::Camera::Description>& desc);
|
||||
QString getName() const {return name_;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue