Hi Nvidia Guys,
We want to run AR0827 and AR0341 simultaneously using nvsipl_camera command. We have connected both the sensor modules on Group A, port 2 and 3 (ie. 0x0110). We saw your earlier link on this forum ie. Unable to get multiple cameras working on AGX ORIN - DRIVE AGX Orin / DRIVE AGX Orin General - NVIDIA Developer Forums
But we were not able to get the proper resolution in that forum. Could you help us how we can run multi camera using nvsipl_camera command?
I even tried running single camera using platform configuration file as:
{
“platformConfigs”: [
{
“name”: “MIXED_CAMERA_CPHY_x2”,
“description”: “AR0341 and AR0827 BGTM ON modules with MAX96717 Serializer in 2 lane CPHY mode”,
“enableMasks” : [“0x0010”, “0x0000”, “0x0000”, “0x0000”],
“deviceBlocks”: [
{
“simulatorMode”: false,
“passiveMode”: false,
“csiPort”: “csi-a”,
“phyMode”: “cphy”,
“groupInitProg” : false,
“homogenousModules” : false,
“cameraModules”: [
{
“linkIndex”: 0,
“name”: “AR0827_REV1_96717_BGTM_ON”,
“sensors”: [
{
“name”: “AR0827_REV1”,
“id”: 4
}
]
}
]
}
]
}
]
}
But it is giving error as
libnvsipl_query.so: CNvMQuery.cpp : 272: ParseJsonFile: CNvMQuery::ParseJsonFile reading file mixed_camera_platform.json
libnvsipl_query.so: CNvMDeviceBlockInfo.cpp : 135: ParseJson: deserializer on this platform MAX96712
libnvsipl_query.so: CNvMSensorInfo.cpp : 225: ParseJson: Updated AR0827_REV1
libnvsipl_query.so: CNvMCameraModuleInfo.cpp : 251: ParseJson: Parsed AR0827_REV1_96717_BGTM_ON
libnvsipl_query.so: CNvMPlatformCfgInfo.cpp : 65: ParseJson: Too many masks specified.
libnvsipl_query.so: CNvMQuery.cpp : 43: ParsePlatformConfig: Failed to parse a PlatformCfg
Command we ran:
sudo ./nvsipl_camera -t mixed_camera_platform.json -c MIXED_CAMERA_CPHY_x2 --showfps
Could you guys please help us on this.
Thanks
Mayur