add support for per camera bayer mode

This commit is contained in:
uvos 2021-06-29 18:35:59 +02:00
parent 0f1a6f1ba0
commit 635514159c
8 changed files with 193 additions and 86 deletions

View file

@ -34,6 +34,7 @@ private slots:
void captureDark();
void takeImage();
void setExposure(double value);
void bayerIndexChanged(int index);
public slots:
void accept() override;