mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
do not grab that last image
This commit is contained in:
parent
73b7f22ebb
commit
ff9f0b6ba5
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ void MainWindow::frameCaptured( FlyCapture2::Image * image ) {
|
|||
m.lock();
|
||||
|
||||
// TODO: WHY POINTER
|
||||
image_buffer->append( image );
|
||||
if ( image )
|
||||
image_buffer->append( image );
|
||||
ui->buffer->display( image_buffer->length() );
|
||||
|
||||
// If preview is activated...
|
||||
|
|
Loading…
Add table
Reference in a new issue