mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
dirty_debug
This commit is contained in:
parent
11bcf98fc0
commit
f7676cfffa
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@ void MainWindow::frame_captured(FlyCapture2::Image* image) {
|
|||
test.lock();
|
||||
qDebug() << "Image Captured!";
|
||||
// If preview is activated...
|
||||
if(ui->preview_widget->isVisible())
|
||||
displayPreview(image);
|
||||
// if(ui->preview_widget->isVisible())
|
||||
// displayPreview(image);
|
||||
test.unlock();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue