🐛 stack overflow cause camera crash
parent
7bb4ed2a1c
commit
91b61dcc52
|
@ -1 +1 @@
|
||||||
Subproject commit e02038c3f0c6d30c6cd2f038fe2d6255e5666ec2
|
Subproject commit 61400bc73b18e9ffcfd5b3806fee26d135c45fe7
|
|
@ -83,5 +83,5 @@ void register_camera(const pixformat_t pixel_fromat,
|
||||||
}
|
}
|
||||||
|
|
||||||
xQueueFrameO = frame_o;
|
xQueueFrameO = frame_o;
|
||||||
xTaskCreatePinnedToCore(task_process_handler, TAG, 1 * 1024, NULL, 5, NULL, 1);
|
xTaskCreatePinnedToCore(task_process_handler, TAG, 2 * 1024, NULL, 5, NULL, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue