From 6d7b4b50ca9f159b9c422d6e7668c33ddd7992a1 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 May 2005 10:35:23 +0000 Subject: Fixed wrongly showed snapshot thumbnails. --- src/camera.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/camera.cc') diff --git a/src/camera.cc b/src/camera.cc index a35cf9c..c1720b9 100644 --- a/src/camera.cc +++ b/src/camera.cc @@ -27,6 +27,9 @@ */ /* * $Log$ + * Revision 1.12 2005/05/02 10:35:23 deva + * Fixed wrongly showed snapshot thumbnails. + * * Revision 1.11 2005/05/02 09:58:43 deva * * Fixed initial values of the stae bools. @@ -195,7 +198,7 @@ void Camera::snapshot(unsigned char *rgb) { if(initialized) { decoder->shoot(rgb); - encoder->shoot(rgb); + encoder->shoot(); } else { errorstatus->pushError("Camera not initialized."); } -- cgit v1.2.3