mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
setlcd
This commit is contained in:
parent
9167680d3e
commit
cb11c82057
1 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ void MainWindow::frameCaptured( FlyCapture2::Image * image ) {
|
|||
m.lock();
|
||||
|
||||
// If preview is activated...
|
||||
/*if ( ui->preview_widget->isEnabled() )
|
||||
displayPreview( image );*/
|
||||
if ( ui->preview_widget->isEnabled() )
|
||||
displayPreview( image );
|
||||
|
||||
if ( recorder.isRecording() ) {
|
||||
// TODO: WHY POINTER
|
||||
|
|
Loading…
Add table
Reference in a new issue