You should remove it. The sync_sensor would trigger the TEGRA_CAMERA_CID_STEREO_EEPROM cause problem if your sensor didn’t implement it.
Also the “has-eeprom” should removed.
You should remove it. The sync_sensor would trigger the TEGRA_CAMERA_CID_STEREO_EEPROM cause problem if your sensor didn’t implement it.
Also the “has-eeprom” should removed.
Thank you very much for your support. After removing has-eeprom and sync_sensor , the sample 09_argus_camera_jpeg can now run successfully.
However, two new issues have arisen:
Why are the uniquenames of both cameras sc1336_front_sc1336 , instead of sc1336_front_sc1336 and sc1336_rear_sc1336 ? Is this normal? How can we modify it to generate one sc1336_front_sc1336 and one sc1336_rear_sc1336 ?
modules {
module0 {
badge = "sc1336_front_sc1336";
position = "front";
orientation = "1";
status = "okay";
drivernode0 {
devname = "sc1336 0-0032";
pcl_id = "v4l2_sensor";
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3160000/rbpcv3_sc1336_a@32";
};
};
module1 {
badge = "sc1336_rear_sc1336";
position = "rear";
orientation = "0";
status = "okay";
drivernode0 {
devname = "sc1336 0-0030";
pcl_id = "v4l2_sensor";
sysfs-device-tree = "/sys/firmware/devicetree/base/bus@0/i2c@3160000/rbpcv3_sc1336_a@30";
};
};
};
The current image quality from the SC1336 sensor is not ideal. Can you provide an ISP tuning tool to adjust the image quality? Alternatively, could you inform us about any tools or methods available for tuning image quality specifically for the SC1336 sensor?
It’s known issue.
Have below patch to try.
[Argus][multi-cam] getModuleString() always returns the values of 1st camera
https://forums.developer.nvidia.com/t/343974/6/
This issue has been resolved. Thank you very much for your support.