mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 09:35:23 +00:00
Simple video sample getting frames from video capture device. Tested with mimxrt1064_evk and MT9M114 sensor. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
CONFIG_VIDEO=y
|
|
CONFIG_VIDEO_SW_GENERATOR=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_DEVICE_SHELL=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|