Skip to content

Commit ad8c6bb

Browse files
author
Alain Volmat
committed
samples: video: capture: add conf for stm32n6570_dk fsbl
Add the board conf file for the stm32n6570_dk in its fsbl variant. Signed-off-by: Alain Volmat <[email protected]>
1 parent d285d4e commit ad8c6bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_VIDEO_FRAME_WIDTH=800
2+
CONFIG_VIDEO_FRAME_HEIGHT=480
3+
CONFIG_VIDEO_PIXEL_FORMAT="RGBP"
4+
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=800000
5+
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2
6+
CONFIG_MAIN_STACK_SIZE=2048

0 commit comments

Comments
 (0)