samples: video: capture: rt10xx: Do hflipping at camera level

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>
This commit is contained in:
Phi Bang Nguyen 2024-12-06 21:13:59 +01:00 committed by Benjamin Cabé
commit a03a32b0ac
2 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,2 @@
# Leverage PXP to mirror image by flipping
CONFIG_DMA=y
CONFIG_MCUX_ELCDIF_PXP=y
CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y
# Mirror video images horizontally
CONFIG_VIDEO_CTRL_HFLIP=y

View file

@ -1,4 +1,2 @@
# Leverage PXP to mirror image by flipping
CONFIG_DMA=y
CONFIG_MCUX_ELCDIF_PXP=y
CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y
# Mirror video images horizontally
CONFIG_VIDEO_CTRL_HFLIP=y