Browse Source
Do hflipping at camera level to avoid using PxP which impacts camera framerates on RT10xx. Moreover, on RT11xx, PxP is already reserved for 90 CCW image rotation. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>pull/82870/head
2 changed files with 4 additions and 8 deletions
@ -1,4 +1,2 @@ |
|||||||
# Leverage PXP to mirror image by flipping |
# Mirror video images horizontally |
||||||
CONFIG_DMA=y |
CONFIG_VIDEO_CTRL_HFLIP=y |
||||||
CONFIG_MCUX_ELCDIF_PXP=y |
|
||||||
CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y |
|
||||||
|
Loading…
Reference in new issue