From 442c6ec72cbafacbfb6044e1a80c6eaadf8f070e Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 25 Jul 2005 12:42:13 +0000 Subject: *** empty log message *** --- src/camera.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/camera.h') diff --git a/src/camera.h b/src/camera.h index 0ffdc3a..2da585b 100644 --- a/src/camera.h +++ b/src/camera.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.14 2005/07/25 12:42:13 deva + * *** empty log message *** + * * Revision 1.13 2005/06/16 21:28:57 deva * Rewrote thread object * Fixed bug in mov_encoder (pushed read_sem too many times, whihc lead to @@ -91,7 +94,8 @@ public: Camera(Info *ginfo); ~Camera(); void connect(const char *ip, - const int port); + const int port, + int width, int height); void setCpr(char *newcpr); -- cgit v1.2.3