Skip to content

Commit a03a32b

Browse files
ngphibangkartben
authored andcommitted
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>
1 parent 8939a6c commit a03a32b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Leverage PXP to mirror image by flipping
2-
CONFIG_DMA=y
3-
CONFIG_MCUX_ELCDIF_PXP=y
4-
CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y
1+
# Mirror video images horizontally
2+
CONFIG_VIDEO_CTRL_HFLIP=y
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Leverage PXP to mirror image by flipping
2-
CONFIG_DMA=y
3-
CONFIG_MCUX_ELCDIF_PXP=y
4-
CONFIG_MCUX_ELCDIF_PXP_FLIP_HORIZONTAL=y
1+
# Mirror video images horizontally
2+
CONFIG_VIDEO_CTRL_HFLIP=y

0 commit comments

Comments
 (0)