summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h6
1 files changed, 5 insertions, 1 deletions
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);