diff --git a/camlib_8h.html b/camlib_8h.html index c45bc4f..bd04af4 100644 --- a/camlib_8h.html +++ b/camlib_8h.html @@ -127,7 +127,7 @@ #define CAMLIB_SLEEP(ms)   usleep(ms * 1000)   -#define CAMLIB_DEFAULT_SIZE   8000000 +#define CAMLIB_DEFAULT_SIZE   1000000   #define PTP_LV_TRANSPARENCY_PIXEL   0x0 diff --git a/camlib_8h_source.html b/camlib_8h_source.html index b3b263b..d852dbc 100644 --- a/camlib_8h_source.html +++ b/camlib_8h_source.html @@ -114,7 +114,7 @@
28void ptp_panic(char *fmt, ...);
29
30// 4mb recommended default buffer size
-
31#define CAMLIB_DEFAULT_SIZE 8000000
+
31#define CAMLIB_DEFAULT_SIZE 1000000
32
33// Transparency pixel used in liveview processor. Will be packed as RGB uint32
34// uncompressed array of pixels in little-endian. This will be used as the first byte.