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:
parent
8939a6cc7e
commit
a03a32b0ac
2 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue