mainny ui improcements
This commit is contained in:
@ -23,6 +23,7 @@ private:
|
||||
|
||||
uvosled* led_;
|
||||
bool free_ = false;
|
||||
bool disable_ = false;
|
||||
double exposrueTime_ = 1.0/60.0;
|
||||
LightingSetup lighting_;
|
||||
std::vector<std::shared_ptr<Camera>> cameras_;
|
||||
@ -30,11 +31,12 @@ private:
|
||||
|
||||
private slots:
|
||||
void imageRecived(Camera::Image img);
|
||||
void finishAddCamera(std::shared_ptr<Camera> camera);
|
||||
|
||||
signals:
|
||||
void cameraRemoved(std::shared_ptr<Camera> camera);
|
||||
void cameraAdded(std::shared_ptr<Camera> camera);
|
||||
void newImages(std::vector<Camera::Image> images_);
|
||||
void newImages(std::vector<Camera::Image> images);
|
||||
|
||||
public slots:
|
||||
|
||||
@ -55,6 +57,7 @@ public:
|
||||
Cameras(uvosled* led = nullptr);
|
||||
void load(QSettings& settings);
|
||||
void store(QSettings& settings);
|
||||
void disable(bool disable);
|
||||
};
|
||||
|
||||
#endif // CAMERAS_H
|
||||
|
Reference in New Issue
Block a user