add support for per camera bayer mode
This commit is contained in:
parent
0f1a6f1ba0
commit
635514159c
8 changed files with 193 additions and 86 deletions
|
|
@ -128,6 +128,7 @@ void ImagePipeline::setProfile(const Profile& profile)
|
|||
profile_ = profile;
|
||||
cameras_->setExposureTime(profile_.exposureTime);
|
||||
cameras_->setLighting(profile_.lighting);
|
||||
cameras_->setSetup(profile_.cameras);
|
||||
qDebug()<<"setting profile "<<profile_.getName();
|
||||
for(CameraSetup& setup : profile_.cameras)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue