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.
2 parents f015004 + 1077c47 commit a60c650Copy full SHA for a60c650
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
@@ -45,7 +45,7 @@
45
#if CONFIG_CAMERA_TASK_STACK_SIZE
46
#define CAM_TASK_STACK CONFIG_CAMERA_TASK_STACK_SIZE
47
#else
48
-#define CAM_TASK_STACK (2*1024)
+#define CAM_TASK_STACK (4*1024)
49
#endif
50
51
static const char *TAG = "cam_hal";
0 commit comments