mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
sleep test
This commit is contained in:
parent
9b38d7b8bb
commit
e81ab24c34
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void MainWindow::toggle_preview(bool checked) {
|
|||
|
||||
void MainWindow::frameCaptured(FlyCapture2::Image* image) {
|
||||
qDebug() << "Image Captured!";
|
||||
|
||||
QThread::sleep(5);
|
||||
// If preview is activated...
|
||||
if(ui->preview_widget->isEnabled())
|
||||
displayPreview(image);
|
||||
|
|
Loading…
Add table
Reference in a new issue