We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2368d94 commit 181004cCopy full SHA for 181004c
Kconfig
@@ -187,7 +187,7 @@ menu "Camera configuration"
187
188
config CAMERA_TASK_STACK_SIZE
189
int "CAM task stack size"
190
- default 2048
+ default 4096
191
help
192
Camera task stack size
193
driver/cam_hal.c
@@ -37,7 +37,7 @@
37
#if CONFIG_CAMERA_TASK_STACK_SIZE
38
#define CAM_TASK_STACK CONFIG_CAMERA_TASK_STACK_SIZE
39
#else
40
-#define CAM_TASK_STACK (2*1024)
+#define CAM_TASK_STACK (4*1024)
41
#endif
42
43
static const char *TAG = "cam_hal";
0 commit comments