diff options
Diffstat (limited to 'libcamera')
-rw-r--r-- | libcamera/SecCamera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcamera/SecCamera.h b/libcamera/SecCamera.h index 6df8bcd..648a0f6 100644 --- a/libcamera/SecCamera.h +++ b/libcamera/SecCamera.h @@ -147,7 +147,7 @@ namespace android { #define BPP 2 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) -#define MAX_BUFFERS 4 +#define MAX_BUFFERS 8 #define FIRST_AF_SEARCH_COUNT 600 #define AF_PROGRESS 0x05 |