diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-12 16:17:32 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-12 16:17:32 +0100 |
commit | 5b536ceea053c8480862f68fd46a478abb64fd63 (patch) | |
tree | dd2b5cb9c7c99a7080dce78b5c30b7c2465d2cd2 /ipecamera | |
parent | 75a321d4c616ea914f7a7799574b2164ac41bb92 (diff) | |
download | ipecamera-5b536ceea053c8480862f68fd46a478abb64fd63.tar.gz ipecamera-5b536ceea053c8480862f68fd46a478abb64fd63.tar.bz2 ipecamera-5b536ceea053c8480862f68fd46a478abb64fd63.tar.xz ipecamera-5b536ceea053c8480862f68fd46a478abb64fd63.zip |
Handle properly more of trigger-and-grab options in pcitool
Diffstat (limited to 'ipecamera')
-rw-r--r-- | ipecamera/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipecamera/private.h b/ipecamera/private.h index 0645715..9c5d462 100644 --- a/ipecamera/private.h +++ b/ipecamera/private.h @@ -7,7 +7,7 @@ #define IPECAMERA_BUG_MULTIFRAME_PACKETS #define IPECAMERA_BUG_INCOMPLETE_PACKETS -#define IPECAMERA_ANNOUNCE_READY //**< announce new event only after the reconstruction is done */ +//#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_RESERVE_BUFFERS 2 //**< Return Frame is Lost error, if requested frame will be overwritten after specified number of frames |