Update and Changes Config Folder#169
Open
syafiqnizam25 wants to merge 1 commit intointel:iotg_ipu6from
Open
Conversation
ca243d2 to
286c8aa
Compare
hao-yao
requested changes
Apr 10, 2026
| @@ -0,0 +1,46 @@ | |||
| <?xml version="1.0" encoding="UTF-8" ?> | |||
| <!-- Copyright (C) 2025 Intel Corporation. | |||
Contributor
There was a problem hiding this comment.
All copyright headers should be fixed.
| --> | ||
|
|
||
| <CameraSettings> | ||
| <Sensor name="ar0233-1" description="AR0233 GMSL Sensor 1" virtualChannel="true" vcGroupId="0"> |
Contributor
There was a problem hiding this comment.
If only 1 sensor, maybe no need to add "-1" suffix.
| --> | ||
|
|
||
| <CameraSettings> | ||
| <Sensor name="ar0234-1" description="AR0234 MIPI CSI-2 Sensor 1"> |
Contributor
There was a problem hiding this comment.
For direct MIPI connected sensor, seems we can use a single config file and use port suffix to distinguish them, and use $I2CBUS & $CSI_PORT & $CAPTURE_ID for dynamic decoding.
| <forceFlushIpuBuffer value="true"/> | ||
| <vcAggregator value="max9x a,1"/> | ||
| </Sensor> | ||
| <Sensor name="ar0234x2-2" description="AR0234 x2 GMSL Sensor 2" virtualChannel="true" vcGroupId="0"> |
Contributor
There was a problem hiding this comment.
We start 2 preview streams in this way???
|
|
||
| <CameraSettings> | ||
| <Sensor name="isx031-1" description="ISX031 MIPI CSI-2 Sensor 1"> | ||
| <MediaCtlConfig id="0" ConfigMode="AUTO" outputWidth="1920" outputHeight="1080" format="V4L2_PIX_FMT_UYVY"> |
Contributor
There was a problem hiding this comment.
config without mediaCfg="1" is for legacy downstream driver on kernel < v6.9, and the entity names are wrong here. Did you test it?
Add xml file for sensor Add new list inside Libcamhal Signed-off-by: Binshafie <muhammadsyafiqnizamuddinx.binshafie@intel.com>
1fb3776 to
ed0d2c7
Compare
hao-yao
requested changes
Apr 16, 2026
| <MediaCtlConfig id="0" ConfigMode="AUTO" outputWidth="1280" outputHeight="960" format="V4L2_PIX_FMT_SGRBG10"> | ||
| <format name="ar0234 a" pad="0" width="1280" height="960" format="V4L2_MBUS_FMT_SGRBG10_1X10"/> | ||
| <format name="Intel IPU6 CSI-2 0" pad="0" width="1280" height="960" format="V4L2_MBUS_FMT_SGRBG10_1X10"/> | ||
| <format name="ar0234 b" pad="0" width="1280" height="960" format="V4L2_MBUS_FMT_SGRBG10_1X10"/> |
Contributor
There was a problem hiding this comment.
Did you test this change, on kernel version < 6.10?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge the changes from Scaling repo for the xml file for sensor and update the list in Libcamhal