summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
authordeva <deva>2005-05-16 16:00:56 +0000
committerdeva <deva>2005-05-16 16:00:56 +0000
commit856ab0ece3e73e2b520d55aeab9adfbccdb6aa93 (patch)
tree3f1149e90e5a9c88c6f22a6f8e39cfc02fdf6e67 /src/camera.h
parent3b5893ffa6d4a761eff0d97c7223eecd4fc123c9 (diff)
Lots of stuff!
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index b1aef2e..a495149 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -31,6 +31,10 @@
/*
* $Log$
+ * Revision 1.12 2005/05/16 16:00:56 deva
+ *
+ * Lots of stuff!
+ *
* Revision 1.11 2005/05/07 10:25:34 deva
*
* Removed ffmpeg code from img_encoder and corrected decoding errors in mov_encoder
@@ -93,6 +97,8 @@ public:
void unfreeze();
void snapshot(unsigned char *rgb);
+ int getQueueLength();
+
private:
// Info object passed to all sub objects.
Info *info;