mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
fix
This commit is contained in:
parent
87fbd5298f
commit
8bae1d84b6
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ void MainWindow::toggle_preview(bool checked) {
|
|||
}
|
||||
|
||||
void MainWindow::frame_captured(FlyCapture2::Image* image) {
|
||||
QDebug() << "Image Captured!";
|
||||
// If preview is activated...
|
||||
if(ui->preview_widget->isVisible())
|
||||
displayPreview(image);
|
||||
|
|
Loading…
Add table
Reference in a new issue