samples: video: capture: leverage PXP to flip image
PXP can flip image written to the frame buffer. Provide a mirror image on the display by flipping the camera image horizontally. Enabled on boards mimxrt1066_evk and mimxrt1060_evkb. Signed-off-by: Derek Snell <derek.snell@nxp.com>
This commit is contained in:
parent
200a669dd2
commit
3226d10266
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue