sigh... fix the image to capture_image
This commit is contained in:
parent
2f3104aada
commit
550d517701
|
@ -2870,7 +2870,7 @@ int Monitor::Capture()
|
|||
|
||||
if ( capture_image->Size() != camera->ImageSize() )
|
||||
{
|
||||
Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image.Size(),camera->ImageSize() );
|
||||
Error( "Captured image %d does not match expected size %d check width, height and colour depth",capture_image->Size(),camera->ImageSize() );
|
||||
return( -1 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue