From 7defdb34935395b41b5546e4aee4e1b349798d99 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Mon, 27 Apr 2026 13:43:21 +0530 Subject: [PATCH] Add unified support for CRD G3 and CRD D1/G1 card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NVL HX RVP01 – CRD G3 card Ov13b10 (UF) + Ov13b10 (WF), not required IR sensor for Linux. NVL HX RVP03 – CRD D1/G1 Ov13b10 (UF) + Ov13b10 (WF) Both cards(G3 and D1) should work without any modification. availableSensors: "ov13b10-wf-0" //Lane X4 "ov13b10-wf-1", //Lane : X2 "ov13b10-uf-2", //Lane X2 "ov08x40-uf-0" Please note ov13b10-fw-0 is for D1/G1 card, allowing X4 lanes. but ov13b10-wf-1 is for G3 card, allowing only X2 lanes. So with x2 lanes only 2104x1560 resolution should be supported. gstreamer command should take care of this limiation. Signed-off-by: Avinash Kumar --- config/linux/ipu8/libcamhal_configs.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config/linux/ipu8/libcamhal_configs.json b/config/linux/ipu8/libcamhal_configs.json index 76b5864..b2391a4 100644 --- a/config/linux/ipu8/libcamhal_configs.json +++ b/config/linux/ipu8/libcamhal_configs.json @@ -22,17 +22,9 @@ // wf is word facing, and uf is user facing. "availableSensors": [ "ov13b10-wf-0", + "ov13b10-wf-1", "ov13b10-uf-2", - "lt6911gxd-1-0", - "lt6911gxd-2-2", - "isx031-1-0", - "isx031-2-0", - "isx031-3-0", - "isx031-4-0", - "isx031-5-2", - "isx031-6-2", - "isx031-7-2", - "isx031-8-2" + "ov13b10-wf-0" ], "videoStreamNum" : 2