diff --git a/samples/subsys/video/capture/boards/mimxrt1060_evkb.conf b/samples/subsys/video/capture/boards/mimxrt1060_evkb.conf new file mode 100644 index 00000000000..55ff96ee215 --- /dev/null +++ b/samples/subsys/video/capture/boards/mimxrt1060_evkb.conf @@ -0,0 +1,4 @@ +# Leverage PXP to mirror image by flipping +CONFIG_DMA=y +CONFIG_MCUX_ELCDIF_PXP=y +CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y diff --git a/samples/subsys/video/capture/boards/mimxrt1064_evk.conf b/samples/subsys/video/capture/boards/mimxrt1064_evk.conf new file mode 100644 index 00000000000..55ff96ee215 --- /dev/null +++ b/samples/subsys/video/capture/boards/mimxrt1064_evk.conf @@ -0,0 +1,4 @@ +# Leverage PXP to mirror image by flipping +CONFIG_DMA=y +CONFIG_MCUX_ELCDIF_PXP=y +CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y