uvosled changes
This commit is contained in:
parent
6b7276d99d
commit
0f764776b8
2 changed files with 5 additions and 7 deletions
|
|
@ -98,8 +98,8 @@ void Cameras::trigger()
|
|||
for(auto& camera : cameras_)
|
||||
camera->cam()->trigger();
|
||||
|
||||
if(led_ && !free_)
|
||||
uvosled_capture(led_, lighting_.mask, lighting_.brightness, exposrueTime_*1.5, exposrueTime_*0.25);
|
||||
/*if(led_ && !free_)
|
||||
uvosled_capture(led_, lighting_.mask, lighting_.brightness, exposrueTime_*1.5, exposrueTime_*0.25);*/
|
||||
}
|
||||
|
||||
bool Cameras::start()
|
||||
|
|
@ -111,8 +111,8 @@ bool Cameras::start()
|
|||
ret = false;
|
||||
}
|
||||
|
||||
if(free_ && led_)
|
||||
uvosled_set_current(led_, lighting_.mask, lighting_.brightness);
|
||||
/*if(free_ && led_)
|
||||
uvosled_set_current(led_, lighting_.mask, lighting_.brightness);*/
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue