increase stack size for camera task
parent
b454739d3e
commit
dd13de1c4c
|
@ -83,5 +83,5 @@ void register_camera(const pixformat_t pixel_fromat,
|
||||||
}
|
}
|
||||||
|
|
||||||
xQueueFrameO = frame_o;
|
xQueueFrameO = frame_o;
|
||||||
xTaskCreatePinnedToCore(task_process_handler, TAG, 2 * 1024, NULL, 5, NULL, 1);
|
xTaskCreatePinnedToCore(task_process_handler, TAG, 3 * 1024, NULL, 5, NULL, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue