From 5fd47b2aec00eec76bf433e6189f7b99db6ed856 Mon Sep 17 00:00:00 2001 From: Serin Yeh Date: Wed, 21 Jan 2026 14:47:35 +0800 Subject: [PATCH] Add IMX471 flip control settings into sensor config for IPU7 Added HFLIP and VFLIP settings, set VFLIP=1 to align with camera orientation --- config/linux/ipu7x/sensors/imx471-uf.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/linux/ipu7x/sensors/imx471-uf.json b/config/linux/ipu7x/sensors/imx471-uf.json index 9fbdd1c..4ee332d 100644 --- a/config/linux/ipu7x/sensors/imx471-uf.json +++ b/config/linux/ipu7x/sensors/imx471-uf.json @@ -46,6 +46,14 @@ "sinkName": "Intel IPU7 ISYS Capture $CAP_N", "sinkPad": 0, "enable": true } ], + "control": [ + { + "name": "imx471 $I2CBUS", "ctrlId": "V4L2_CID_HFLIP", "value": 0 + }, + { + "name": "imx471 $I2CBUS", "ctrlId": "V4L2_CID_VFLIP", "value": 1 + }, + ], "videonode": [ { "name": "Intel IPU7 ISYS Capture $CAP_N", "videoNodeType": "VIDEO_GENERIC"