summaryrefslogtreecommitdiffstats
path: root/ipecamera
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-12 17:42:57 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-12 17:42:57 +0100
commitb7fad42b29f05bbd56988d5f01fe25334b9a454b (patch)
tree453669e7afb432410b179d3de6133c9a31fdb961 /ipecamera
parent04cf1d6de47e21b330f377b5e4f0d11cc638d4d9 (diff)
downloadipecamera-b7fad42b29f05bbd56988d5f01fe25334b9a454b.tar.gz
ipecamera-b7fad42b29f05bbd56988d5f01fe25334b9a454b.tar.bz2
ipecamera-b7fad42b29f05bbd56988d5f01fe25334b9a454b.tar.xz
ipecamera-b7fad42b29f05bbd56988d5f01fe25334b9a454b.zip
Verbose grabbing mode
Diffstat (limited to 'ipecamera')
-rw-r--r--ipecamera/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipecamera/private.h b/ipecamera/private.h
index 9c5d462..0542429 100644
--- a/ipecamera/private.h
+++ b/ipecamera/private.h
@@ -9,7 +9,7 @@
//#define IPECAMERA_ANNOUNCE_READY //**< announce new event only after the reconstruction is done */
-#define IPECAMERA_DEFAULT_BUFFER_SIZE 16//64 //**< should be power of 2 */
+#define IPECAMERA_DEFAULT_BUFFER_SIZE 64 //**< should be power of 2 */
#define IPECAMERA_RESERVE_BUFFERS 2 //**< Return Frame is Lost error, if requested frame will be overwritten after specified number of frames
#define IPECAMERA_SLEEP_TIME 250000 //**< Michele thinks 250 should be enough, but reset failing in this case */
#define IPECAMERA_NEXT_FRAME_DELAY 1000 //**< Michele requires 30000 to sync between End Of Readout and next Frame Req */