DriveWorks Camera Initialization Failure on DRIVE AGX Thor – DW_INVALID_ARGUMENT: Invalid camera vendor type for OX08D10 Camera

DRIVE OS Version:

Platform: NVIDIA DRIVE AGX Thor (P3960)
DRIVE OS / DriveWorks Version: 7.0.3

Issue Description:

Camera Details and Connection

  • Camera Module: OX08D10-EXAE-AA1C_R1D
  • Serializer: MAX96717
  • Deserializer: MAX96712
  • Interface: CSI-G
  • Link: 1

The camera is physically connected to:

  • CSI Interface: CSI-G
  • Link: 1

The DriveWorks log also confirms that the camera is being detected on:

devBlock: 0 Passive = 0 Interface = csi-g Camera_name = OX08D10-EXAE-AA1C_R1D Link = 1

and also from camera_log.txt


Camera Match Name: OX08D10-EXAE-AA1C_R1D
Description: OX08D10, MAX96717, 30FPS

Rig Config:


{
  "rig": {
    "sensors": [
      {
        "name": "camera:front:center:ox08d10",
        "protocol": "camera.gmsl",
        "parameter": "camera-name=OX08D10-EXAE-AA1C_R1D,interface=csi-g,link=1,cba-suffix=CPHY_x2"
      }
    ]
  },
  "version": 6
}

NvSipl Sample is able to run as well with issues:

/opt/nvidia/drive-linux/samples/nvmedia/nvsipl/test/camera$ sudo ./nvsipl_camera -c OX08D10-EXAE-AA1C_R1D_CPHY_x2 --link-enable-masks '0x0000 0x0000 0x1000 0x0000' --disableISP1Output --disableISP2Output --enableRawOutput --showfps

Pipeline: 11 ISP Output: 0 is using YUV 420 SEMI-PLANAR UINT8 BL REC_709ER

MAX96712: Revision 5 detected
MAX96712 Link 3: PHY optimization was enabled
MAX96717: Revision 6 detected!
OX08D10_R1D Driver Version:  2.0.4.2 build(Sep 25 2025 01:01:30)
OX08D10: R7000[21 08 0D 01 00], R700D[17,C5,06]
OX08D10: Revision R1D detected!
OX08D10 Get Sensitivity Ratio[1]: FFFF 38CC 02FC 38CC
nvsipl_camera: Opened NITO file for module "OX08D10-EXAE-AA1C_R1D", file name: "/usr/share/camera/OX08D10-EXAE-AA1C_R1D.nito" 
Enter 'les' followed by sensor ID to enable LED
Enter 'lds' followed by sensor ID to disable LED
Enter 'dl' followed by sensor ID to disable the link
Enter 'el' followed by sensor ID to enable the link without module reset
Enter 'elr' followed by sensor ID to enable the link with module reset
Enter 'cm' to check the module availability
Enter 'bp' to set bypass mode for MAX96712 deserializer custom API
Enter 'q' to quit the application
-
Output
Sensor11_Out0	Frame rate (fps):		28.4991
Sensor11_Out1	Frame rate (fps):		28.4991

But when i run my own camera Sample application that just reads rig, and creates Camera sensor, i get the follow output on the logs:

Camera Match Name: OX08D10-EXAE-AA1C_R1D
Description: OX08D10, MAX96717, 30FPS
.
.
.
.
.
Unsupported camera module vendor OX08D10-EXAE-AA1C_R1D
 
Driveworks exception thrown:
DW_INVALID_ARGUMENT: Invalid camera vendor type
 

I need support to understand the following:

  1. Why DriveWorks recognizes and matches the camera but subsequently reports " Unsupported camera module vendor OX08D10-EXAE-AA1C_R1D" and throws “DW_INVALID_ARGUMENT: Invalid camera vendor type” error.

  2. Whether this camera configuration is officially supported by DriveWorks 7.0.3 on Thor, given that the same module streams successfully through NvSIPL

    camera_log.txt (22.1 KB)

    nvsipl_camera_log_withoutdisplay.txt (2.9 KB)

    nvsipl_camera_help.txt (74.9 KB)

Dear @keshav.poygaipakkamkhanda ,
Does DW camera sample works with the used rig file? Could you share the output of
/usr/local/driveworks/tools/sensors/sipl_query

I have exactly the same hardware setup. And the same issue: NvSipl sample works well, but DriveWorks camera sample does not.

./sample_camera --rig=rig_single.json --offscreen=1 --fsync-group=0
[DW][ERROR][getBasePathFor] Warning: SamplesDataPath::getBasePathFor(): 'DATA_ROOT' not found in search paths [...]
[DW][INFO] ProgramArguments: Missing argument 'dwTracePath' requested
[DW][INFO] WindowEGL: find EGL devices
[DW][INFO] WindowEGL: found 1 EGL devices
[DW][INFO] WindowEGL: init EGL with GLES3 context
[DW][INFO] WindowEGL: bind OpenGLES3 API
[DW][INFO] WindowEGL: offscreen mode -> use EGL PBuffer surface 1280x800
[DW][INFO] WindowEGL: create EGL context
[DW][INFO] WindowEGL: assign EGL context to current thread
[13-07-2026 08:44:36] Adding variable DW_Base:DW_Version
[13-07-2026 08:44:36] Added variable DW_Base:DW_Version
[13-07-2026 08:44:36] Platform: number of GPU devices detected 1
[13-07-2026 08:44:36] Platform: currently selected GPU device 0, Resource Data Dir: trt_10_08_10_05, Arch: ga10b
[13-07-2026 08:44:36] Platform: currently selected GPU device integrated ID 0
[13-07-2026 08:44:36] Context::mountResourceCandidateDataPath resource FAILED to mount from './resources': VirtualFileSystem: Failed to mount './resources/resources.pak'
[13-07-2026 08:44:36] Context::mountResourceCandidateDataPath resource FAILED to mount from '/home/samples/bin/data': VirtualFileSystem: Failed to mount '/home/samples/bin/data/resources.pak'
[13-07-2026 08:44:36] Context::findDataRootInPathWalk: Could not find ./data/DATA_ROOT in upto 7 parent directories from /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_base.so.7.0
[13-07-2026 08:44:36] Context::findDataRootInPathWalk: Could not find ./data/DATA_ROOT in upto 7 parent directories from /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_base.so.7.0
[13-07-2026 08:44:36] Context::findResourcesPackageInPathWalk: Could not find ./resources/resources.pak in upto 7 parent directories from /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_base.so.7.0
[13-07-2026 08:44:36] Context::findResourcesPackageInPathWalk: Could not find ./resources/resources.pak in upto 7 parent directories from /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_base.so.7.0
[13-07-2026 08:44:36] SDK: No resources(.pak) mounted, some modules will not function properly
[13-07-2026 08:44:36] [13-07-2026 08:44:36] Initialize DriveWorks SDK v7.0.3
[13-07-2026 08:44:36] [13-07-2026 08:44:36] Release build with GNU 13.2.0 from  against Drive PDK v7.0.3.0
[13-07-2026 08:44:36] SensorFactory::createSensor() -> time.nvpps, nvpps-device=/dev/nvpps0
[13-07-2026 08:44:36] Found driver: time.nvpps
[13-07-2026 08:44:36] TimeSensorNVPPS: initialized with no UTC time reference.
[13-07-2026 08:44:36] output-timestamp parameter is deprecated and will be removed in next release[13-07-2026 08:44:36] SensorFactory: Override default timeSensor with the user passed one
[13-07-2026 08:44:36] EndpointNVPPS: started on /dev/nvpps0
[13-07-2026 08:44:36] SensorFactory::loadPluginLibraryHelper:Succeed to load dynamic lib - /usr/local/driveworks/targets/aarch64-Linux/lib/libsensor_plugin_public_radar.so
[13-07-2026 08:44:36] fromFile: Loading rig file: /home/data/rig_single.json
[13-07-2026 08:44:36] createFromVehicleVIN: Failed to open a file '/tmp/car_vin' - file likely does not exist - skipping overlay
[13-07-2026 08:44:36] No valid data file found for camera:ef:link0 in parameter string: camera-name=OX08D10-EXAE-AA1C_R1D,interface=csi-ef,CPHY-mode=1,link=0,output-format=processed,power-line-freq=50,skip-eeprom=1,async-record=1,file-buffer-size=16777216 (using configuration folder /home/data/)
[13-07-2026 08:44:36] createFromVehicleVIN: Failed to open a file '/tmp/car_vin' - file likely does not exist - skipping overlay
[DW][INFO] onInitialize: creating camera.gmsl with params: camera-name=OX08D10-EXAE-AA1C_R1D,interface=csi-ef,CPHY-mode=1,link=0,output-format=processed,power-line-freq=50,skip-eeprom=1,async-record=1,file-buffer-size=16777216
[13-07-2026 08:44:36] SensorFactory::createSensor() -> camera.gmsl, camera-name=OX08D10-EXAE-AA1C_R1D,interface=csi-ef,CPHY-mode=1,link=0,output-format=processed,power-line-freq=50,skip-eeprom=1,async-record=1,file-buffer-size=16777216
[13-07-2026 08:44:36] Found driver: camera.gmsl
[13-07-2026 08:44:36] CameraBase: pool size set to 16
[13-07-2026 08:44:36] SensorFactory::createSensor() -> camera.gmsl.master,
[13-07-2026 08:44:36] Found driver: camera.gmsl.master
[13-07-2026 08:44:37] EndpointNVPPS: no PPS event received; missing PPS/GPS signal?
[13-07-2026 08:44:37] EndpointNVPPS: switching to timer mode until PPS signal is available.
[13-07-2026 08:44:37] CameraMaster::parseDevBlock Getting device info list.
[13-07-2026 08:44:37] CameraClient: isYUVCamera, m_cameraInfo is null
[13-07-2026 08:44:37] Platform: Detected Drive Thor P3960
[13-07-2026 08:44:37] Adding blockId
[13-07-2026 08:44:37] CameraMaster::addBlockId: custom interfaces have been disabled
[13-07-2026 08:44:37] devBlock: 0 Passive = 0 Interface = csi-ef Camera_name = OX08D10-EXAE-AA1C_R1D Link = 0 GroupInit = 0 RecCfg = 0
[13-07-2026 08:44:37] Camera Match Name: OX08D10-EXAE-AA1C_R1D Description: OX08D10, MAX96717, 30FPS linkIndex: 4294967295 serInfo.Name: MAX96717F
[13-07-2026 08:44:37] Authentication is disabled for camera OX08D10-EXAE-AA1C_R1D
[13-07-2026 08:44:37] CameraMaster::parseCSIPortMapInfo failed to read deserializer Tx port number from device tree, error  No such file or directory
[13-07-2026 08:44:37] CameraMaster::parseCSIPortMapInfo setting default deserializer Tx port to :  4294967295
[13-07-2026 08:44:37] Not an EEPROM supported camera OX08D10-EXAE-AA1C_R1D
[13-07-2026 08:44:37] CameraClient: asyncStartEnabled=0 for camera OX08D10-EXAE-AA1C_R1D
[13-07-2026 08:44:37] Client, Setting up information for camera ID 0
[13-07-2026 08:44:37] Client, successfully found info for camera ID 0 bound to id 0
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 1
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 2
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 3
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 4
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 5
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 6
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 7
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 8
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 9
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 10
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 11
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 12
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 13
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 14
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 15
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 16
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 17
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 18
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 19
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 20
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 21
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 22
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 23
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 24
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 25
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 26
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 27
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 28
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 29
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 30
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 31
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 32
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 33
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 34
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 35
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 36
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 37
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 38
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 39
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 40
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 41
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 42
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 43
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 44
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 45
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 46
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 47
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37]  Try allocate texture cache! filterMode: 1 readMode: 1 accessMode: 3 fromImage: 1
[13-07-2026 08:44:37] Cache count is: 48
[13-07-2026 08:44:37] GenericImage: generic image cuda
[13-07-2026 08:44:37] GenericImage: generic image cpu
[13-07-2026 08:44:37] CameraClient: powerline frequency specified (50Hz)
[13-07-2026 08:44:37] CameraClient: no NITO found: /usr/share/camera/OX08D10-EXAE-AA1C_R1D_50hz.nito
[13-07-2026 08:44:37] CameraClient: no NITO found: /usr/share/camera/ox08d10-exae-aa1c_r1d_50hz.nito
[13-07-2026 08:44:37] CameraClient: using NITO found at /usr/share/camera/OX08D10-EXAE-AA1C_R1D.nito
[13-07-2026 08:44:37] CameraClient: CVARS not registered for camera: OX08D10-EXAE-AA1C_R1D
[13-07-2026 08:44:37] output-timestamp parameter is deprecated and will be removed in next release[DW][INFO] FSYNC: pre-start stop of group 0 returned 0 (0=OK, 6=already idle). If dwSAL_start still fails with status 10, run 'sudo rmmod cam_fsync && sudo modprobe cam_fsync' (or reboot) and retry.
[13-07-2026 08:44:37] SIPLMaster::SIPLMaster: Setting up master camera
[13-07-2026 08:44:37] Failed to set platform config master camera!10
[13-07-2026 08:44:37] Platform:
[13-07-2026 08:44:37] Platform Config:
[13-07-2026 08:44:37] Description:
[13-07-2026 08:44:37] Number of device blocks: 1
[13-07-2026 08:44:37] Device Block : 0
[13-07-2026 08:44:37] 	csiPort: 8
[13-07-2026 08:44:37] 	i2cDevice: 12
[13-07-2026 08:44:37] 	gpios[0]: 7
[13-07-2026 08:44:37] 	cphyRate_0: 2000000
[13-07-2026 08:44:37] 	cphyRate_1: 2000000
[13-07-2026 08:44:37] 	Deserializer Name: MAX96712
[13-07-2026 08:44:37] 	Deserializer Description: Maxim 96712 Aggregator
[13-07-2026 08:44:37] 	Deserializer i2cAddress: 41
[13-07-2026 08:44:37] 	Passive Mode: 0
[13-07-2026 08:44:37] 	Phy Mode: 1
[13-07-2026 08:44:37] 	Number of camera modules: 1
[13-07-2026 08:44:37] 	CameraModule index: 0
[13-07-2026 08:44:37] 		Name :OX08D10-EXAE-AA1C_R1D
[13-07-2026 08:44:37] 		Description: OX08D10, MAX96717, 30FPS
[13-07-2026 08:44:37] 		Serializer name: MAX96717F
[13-07-2026 08:44:37] 		Serializer description: Maxim 96717F Serializer
[13-07-2026 08:44:37] 		Serializer i2cAdress: 64
[13-07-2026 08:44:37] 			Sensor ID: 0
[13-07-2026 08:44:37] 			Sensor name: OX08D10
[13-07-2026 08:44:37] 			Sensor description: OmniVision OX08D10 Sensor
[13-07-2026 08:44:37] 			Sensor isTPGEnabled: 0
[13-07-2026 08:44:37] 			Sensor i2cAddress: 54
[13-07-2026 08:44:37] 			Sensor isTriggerMode: 1
[13-07-2026 08:44:37] 				 cfa: 34
[13-07-2026 08:44:37] 				 embeddedTopLines: 2
[13-07-2026 08:44:37] 				 embeddedBottomLines: 6
[13-07-2026 08:44:37] 				 inputFormat: 8
[13-07-2026 08:44:37] 				 height: 2160
[13-07-2026 08:44:37] 				 width: 3840
[13-07-2026 08:44:37] 				 fps: 30.000000
[13-07-2026 08:44:37] 				 Embedded Data: 0
[13-07-2026 08:44:37] CameraMaster available outputs: 1
[13-07-2026 08:44:37] CameraClient: setting pipeline config for camera ID 0
[13-07-2026 08:44:37] CameraClient: Failed to set Pipeline configuration for client with id 0, status 9
[13-07-2026 08:44:37] Driveworks exception thrown: DW_NVMEDIA_ERROR: CameraClient: Failed to set pipeline configuration!

**** Stack trace ****
0xffff801cdc0c : dw::core::ExceptionWithStackTrace::traceStack()+188 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdwshared.so.7.0
0xffff80b2c158 : ???()+0 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff80d20cd8 : dw::sensors::camera::CameraClient::initPipeline()+984 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff80d41f38 : dw::sensors::camera::CameraMaster::bootstrapInitializeClientsPipelines()+56 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff80d42e38 : dw::sensors::camera::CameraMaster::bootstrap()+232 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff813b5998 : dw::sensors::SensorFactory::bootstrap()+296 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff812a90f0 : ???()+0 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xffff812a9468 : dwSAL_start()+40 at /usr/local/driveworks/targets/aarch64-Linux/lib/libdw_sensors_std.so.7.0
0xaaaad317627c : ???()+0 at ./sample_camera
0xaaaad318c618 : ???()+0 at ./sample_camera
0xaaaad31a1034 : ???()+0 at ./sample_camera
0xaaaad3198508 : ???()+0 at ./sample_camera
0xffff7f8a84c4 : ???()+0 at /lib/aarch64-linux-gnu/libc.so.6
0xffff7f8a8598 : __libc_start_main()+152 at /lib/aarch64-linux-gnu/libc.so.6
0xaaaad316beb0 : ???()+0 at ./sample_camera

terminate called after throwing an instance of 'std::runtime_error'
what():  [2026-07-13 08:44:37] [DW][ERROR][dwSAL_start] DW Error DW_NVMEDIA_ERROR executing DW function:
dwSAL_start(m_sal)
at /usr/local/driveworks/samples/src/sensors/camera/camera/CameraCustomSimpleApp.cpp:264
Aborted (core dumped)
/usr/local/driveworks/tools/sensors/sipl_query
NvSIPL library version: 1.0.0
NvSIPL header version: 1.0.0

Platform Detection:

Platforms:
Platform config: C2SIM728S3RU3120NC1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3120NC1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3120NC1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3120NC1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3120NC1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3120NC1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3120NC1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3120NC1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3120ND1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3120ND1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3120ND1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3120ND1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3120ND1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3120ND1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3120ND1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3120ND1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3030NC1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3030NC1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3030NC1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3030NC1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3030NC1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3030NC1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3030NC1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3030NC1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3030ND1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3030ND1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3030ND1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3030ND1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3030ND1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3030ND1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3030ND1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3030ND1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3070HC1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3070HC1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3070HC1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3070HC1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3070HC1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3070HC1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3070HC1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3070HC1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3070HD1_5Des_CPHY_x4
Platform config: C2SIM728S3RU3070HD1_5Des_CPHY_x4_TPG
Platform config: C2SIM728S3RU3070HD1_5Des_CPHY_x2
Platform config: C2SIM728S3RU3070HD1_5Des_CPHY_x2_TPG
Platform config: C2SIM728S3RU3070HD1_5Des_DPHY_x4
Platform config: C2SIM728S3RU3070HD1_5Des_DPHY_x4_TPG
Platform config: C2SIM728S3RU3070HD1_5Des_DPHY_x2
Platform config: C2SIM728S3RU3070HD1_5Des_DPHY_x2_TPG
Platform config: C2SIM728S3RU3120NC1_MAX96792A_CPHY_x2
Platform config: 5DES_RAW12_TPG_DPHY_x2
Platform config: 5DES_RAW12_TPG_DPHY_x4
Platform config: 5DES_RAW12_TPG_CPHY_x2
Platform config: 5DES_RAW12_TPG_CPHY_x4
Platform config: TPGSENSOR_MAX96792A_RAW12_TPG_CPHY_x2
Platform config: TPGSENSOR_MAX96792A_RAW12_TPG_DPHY_x2
Platform config: F2O05B1B1DMU2058NC10_MAX96724_CPHY_x2
Platform config: F2O05B1B1DMU2058NC10_MAX96724_CPHY_x4
Platform config: V1SIM623S3RU3200NB20_CPHY_x2
Platform config: V1SIM623S3RU3200NB20_CPHY_x2_TPG
Platform config: V1SIM623S3RU3200NB20_CPHY_x4
Platform config: V1SIM623S3RU3200NB20_CPHY_x4_TPG
Platform config: V1SIM623S3RU3200NB20_REC_CPHY_x2
Platform config: V1SIM623S3RU3200NB20_R_CPHY_x2
Platform config: V1SIM623S3RU3200NB20_R_CPHY_x4
Platform config: V1SIM623S3RU3200NB20_R_REC_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_CPHY_x2_TPG
Platform config: V1SIM623S4RU5195NB3_CPHY_x4
Platform config: V1SIM623S4RU5195NB3_REC_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_CPHY_x4_TPG
Platform config: V1SIM623S4RU5195NB3_R_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_R_CPHY_x4
Platform config: V1SIM623S4RU5195NB3_R_REC_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_CPHY_x2_TPG
Platform config: V1SIM623S5RU5195NC0_CPHY_x4
Platform config: V1SIM623S5RU5195NC0_CPHY_x4_TPG
Platform config: V1SIM623S5RU5195NC0_REC_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_R_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_R_CPHY_x4
Platform config: V1SIM623S5RU5195NC0_R_REC_CPHY_x2
Platform config: V1SIM623SARU6195NC1_CPHY_x2
Platform config: V1SIM623SARU6195NC1_CPHY_x2_TPG
Platform config: V1SIM623SARU6195NC1_CPHY_x4
Platform config: V1SIM623SARU6195NC1_CPHY_x4_TPG
Platform config: V1SIM623SARU6195NC1_REC_CPHY_x2
Platform config: V1SIM623SARU6195NC1_R_CPHY_x2
Platform config: V1SIM623SARU6195NC1_R_CPHY_x4
Platform config: V1SIM623SARU6195NC1_R_REC_CPHY_x2
Platform config: V1SIM623S5RU6195NC1_CPHY_x2
Platform config: V1SIM623S5RU6195NC1_CPHY_x2_TPG
Platform config: V1SIM623S5RU6195NC1_CPHY_x4
Platform config: V1SIM623S5RU6195NC1_CPHY_x4_TPG
Platform config: V1SIM623S5RU6195NC1_REC_CPHY_x2
Platform config: V1SIM623S5RU6195NC1_R_CPHY_x2
Platform config: V1SIM623S5RU6195NC1_R_CPHY_x4
Platform config: V1SIM623S5RU6195NC1_R_REC_CPHY_x2
Platform config: V1SIM623MPRU7200NC2_CPHY_x2
Platform config: V1SIM623MPRU7200NC2_CPHY_x2_TPG
Platform config: V1SIM623MPRU7200NC2_CPHY_x4
Platform config: V1SIM623MPRU7200NC2_CPHY_x4_TPG
Platform config: V1SIM623MPRU7200NC2_REC_CPHY_x2
Platform config: V1SIM623MPRU7200NC2_R_CPHY_x2
Platform config: V1SIM623MPRU7200NC2_R_CPHY_x4
Platform config: V1SIM623MPRU7200NC2_R_REC_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_CPHY_x2_TPG
Platform config: V1SIM623MPRU8200ND1_CPHY_x4
Platform config: V1SIM623MPRU8200ND1_CPHY_x4_TPG
Platform config: V1SIM623MPRU8200ND1_REC_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_R_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_R_CPHY_x4
Platform config: V1SIM623MPRU8200ND1_R_REC_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU4070HB20_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU4070HB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU4070HB20_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU4120NB20_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU4120NB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU4120NB20_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU4120NB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_DPHY_x4_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_DPHY_x2_TPG
Platform config: V1SIM728S2RU4120HB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU4120NB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S1RU3120NB20_MAX96724_CPHY_x4
Platform config: V1SIM728S1RU3120NB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S1RU3120NB20_MAX96724_CPHY_x2
Platform config: V1SIM728S1RU3120NB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S1RU3070HB20_MAX96724_CPHY_x4
Platform config: V1SIM728S1RU3070HB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S1RU3070HB20_MAX96724_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S1RU3030NB20_MAX96724_CPHY_x4
Platform config: V1SIM728S1RU3030NB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S1RU3030NB20_MAX96724_CPHY_x2
Platform config: V1SIM728S1RU3030NB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S1RU3120NB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S1RU3030NB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU3070HB30_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU1030NB30_MAX96724_DPHY_x2
Platform config: V1SIM728S2RU1030NB30_MAX96724_DPHY_x4
Platform config: V1SIM728S2RU1030NB30_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU3070HB30_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU3070HB30_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU3070HB30_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU3120NB30_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU3120NB30_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU3120NB30_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU3120NB30_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU3120HB30_MAX96724_CPHY_x4
Platform config: V1SIM728S2RU3120HB30_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S2RU3120HB30_MAX96724_CPHY_x2
Platform config: V1SIM728S2RU3120HB30_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S2RU1030NB30_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU3120NB30_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S2RU3120HB30_MAX96724_REC_CPHY_x2
Platform config: V1SIM728S3RU2030NC00_MAX96724_CPHY_x4
Platform config: V1SIM728S3RU2030NC00_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S3RU2030NC00_MAX96724_DPHY_x2
Platform config: V1SIM728S3RU2030NC00_MAX96724_CPHY_x2
Platform config: V1SIM728S3RU2030NC00_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S3RU4070HC00_MAX96724_CPHY_x4
Platform config: V1SIM728S3RU4070HC00_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S3RU4070HC00_MAX96724_CPHY_x2
Platform config: V1SIM728S3RU4070HC00_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120NC00_MAX96724_CPHY_x4
Platform config: V1SIM728S3RU4120NC00_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120NC00_MAX96724_CPHY_x2
Platform config: V1SIM728S3RU4120NC00_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120HC00_MAX96724_CPHY_x4
Platform config: V1SIM728S3RU4120HC00_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120HC00_MAX96724_CPHY_x2
Platform config: V1SIM728S3RU4120HC00_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120ND1_MAX96724_CPHY_x4
Platform config: V1SIM728MPRU4120ND1_MAX96724_CPHY_x2
Platform config: V1SIM728MPRU4120ND1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728MPRU4120ND1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120HD1_MAX96724_CPHY_x4
Platform config: V1SIM728MPRU4120HD1_MAX96724_CPHY_x2
Platform config: V1SIM728MPRU4120HD1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728MPRU4120HD1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU4070HD1_MAX96724_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_MAX96724_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728MPRU4070HD1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU3030ND1_MAX96724_CPHY_x4
Platform config: V1SIM728MPRU3030ND1_MAX96724_CPHY_x2
Platform config: V1SIM728MPRU3030ND1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728MPRU3030ND1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU3030HD1_MAX96724_CPHY_x4
Platform config: V1SIM728MPRU3030HD1_MAX96724_CPHY_x2
Platform config: V1SIM728MPRU3030HD1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM728MPRU3030HD1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120ND1_MAX96724_DPHY_x4
Platform config: V1SIM728MPRU4120ND1_MAX96724_DPHY_x2
Platform config: V1SIM728MPRU4120ND1_MAX96724_DPHY_x4_TPG
Platform config: V1SIM728MPRU4120ND1_MAX96724_DPHY_x2_TPG
Platform config: V1SIM728MPRU4070HD1_MAX96724_DPHY_x4
Platform config: V1SIM728MPRU4070HD1_MAX96724_DPHY_x2
Platform config: V1SIM728MPRU4070HD1_MAX96724_DPHY_x4_TPG
Platform config: V1SIM728MPRU4070HD1_MAX96724_DPHY_x2_TPG
Platform config: V1SIM728MPRU3030ND1_MAX96724_DPHY_x4
Platform config: V1SIM728MPRU3030ND1_MAX96724_DPHY_x2
Platform config: V1SIM728MPRU3030ND1_MAX96724_DPHY_x4_TPG
Platform config: V1SIM728MPRU3030ND1_MAX96724_DPHY_x2_TPG
Platform config: SIM_IMX623_30FPS_CPHY_x2
Platform config: SIM_IMX623_30FPS_CPHY_x4
Platform config: SIM_IMX623_30FPS_REC_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_5Des_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_5Des_15FPS_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_5Des_CPHY_x4
Platform config: F2O05B1S1DHU2170NC10_5Des_15FPS_CPHY_x4
Platform config: F2O05B1S1DHU2170NC10_MAX96792A_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_15FPS_MAX96792A_CPHY_x2
Platform config: R0SIM728S2RU2120NB1_CPHY_x4
Platform config: R0SIM728S2RU2120NB1_CPHY_x4_TPG
Platform config: R0SIM728S2RU2120NB1_CPHY_x2
Platform config: R0SIM728S2RU2120NB1_CPHY_x2_TPG
Platform config: R0SIM728S2RU2120NB1_REC_CPHY_x2
Platform config: R0SIM728S2RU1070NB1_CPHY_x4
Platform config: R0SIM728S2RU1070NB1_CPHY_x4_TPG
Platform config: R0SIM728S2RU1070NB1_CPHY_x2
Platform config: R0SIM728S2RU1070NB1_CPHY_x2_TPG
Platform config: R0SIM728S2RU1070NB1_REC_CPHY_x2
Platform config: R0SIM728S2RU2030NB1_CPHY_x4
Platform config: R0SIM728S2RU2030NB1_CPHY_x4_TPG
Platform config: R0SIM728S2RU2030NB1_CPHY_x2
Platform config: R0SIM728S2RU2030NB1_CPHY_x2_TPG
Platform config: R0SIM728S2RU2030NB1_REC_CPHY_x2
Platform config: R0SIM728S3RU2120NB2_CPHY_x4
Platform config: R0SIM728S3RU2120NB2_CPHY_x4_TPG
Platform config: R0SIM728S3RU2120NB2_CPHY_x2
Platform config: R0SIM728S3RU2120NB2_CPHY_x2_TPG
Platform config: R0SIM728S3RU2120NB2_REC_CPHY_x2
Platform config: R0SIM728S3RU2120NB2_REC_CPHY_x2_TPG
Platform config: R0SIM728S3RU1070NB2_CPHY_x4
Platform config: R0SIM728S3RU1070NB2_CPHY_x4_TPG
Platform config: R0SIM728S3RU1070NB2_CPHY_x2
Platform config: R0SIM728S3RU1070NB2_CPHY_x2_TPG
Platform config: R0SIM728S3RU1070NB2_REC_CPHY_x2
Platform config: R0SIM728S3RU1070NB2_REC_CPHY_x2_TPG
Platform config: R0SIM728S3RU2030NB2_CPHY_x4
Platform config: R0SIM728S3RU2030NB2_CPHY_x4_TPG
Platform config: R0SIM728S3RU2030NB2_CPHY_x2
Platform config: R0SIM728S3RU2030NB2_CPHY_x2_TPG
Platform config: R0SIM728S3RU2030NB2_REC_CPHY_x2
Platform config: R0SIM728S3RU2030NB2_REC_CPHY_x2_TPG
Platform config: MAX96724_RAW12_TPG_DPHY_x2
Platform config: MAX96724_RAW12_TPG_DPHY_x4
Platform config: MAX96724_RAW12_TPG_CPHY_x2
Platform config: MAX96724_RAW12_TPG_CPHY_x4
Platform config: MAX96724_RGB_TPG_DPHY_x2
Platform config: MAX96724_RGB_TPG_DPHY_x4
Platform config: MAX96724_RGB_TPG_CPHY_x2
Platform config: MAX96724_RGB_TPG_CPHY_x4
Platform config: MAX96724_RAW12_TPG_CPHY_x4_8M
Platform config: MAX96724_YUV_8_TPG_DPHY_x2
Platform config: MAX96724_YUV_8_TPG_DPHY_x4
Platform config: MAX96724_YUV_8_TPG_CPHY_x2
Platform config: MAX96724_YUV_8_TPG_CPHY_x4
Platform config: MAX96724_YUVSP_8_TPG_CPHY_x4
Platform config: MAX96724_YUVSP_10_TPG_CPHY_x4
Platform config: IMX728_FPDLINK_RGGB_CPHY_x4
Platform config: IMX728_FPDLINK_RGGB_CPHY_DPHY_x4
Platform config: F2O05B1B1DMU2058NC10_5Des_CPHY_x2
Platform config: F2O05B1B1DMU2058NC10_5Des_CPHY_x4
Platform config: F2O05B1B1DMU2058NC10_MAX96792A_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_5Des_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_5Des_CPHY_x2_TPG
Platform config: V1SIM623MPRU8200ND1_5Des_CPHY_x4
Platform config: V1SIM623MPRU8200ND1_5Des_CPHY_x4_TPG
Platform config: V1SIM623MPRU8200ND1_MAX96792A_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_MAX96792A_CPHY_x2_TPG
Platform config: V1SIM623MPRU8200ND1_MAX96792A_DPHY_x2
Platform config: V1SIM623MPRU8200ND1_MAX96792A_DPHY_x2_TPG
Platform config: MAX96712_2880x1860_YUV_8_TPG_DPHY_x2
Platform config: MAX96712_2880x1860_YUV_8_TPG_DPHY_x4
Platform config: MAX96712_2880x1860_YUV_8_TPG_CPHY_x2
Platform config: MAX96712_2880x1860_YUV_8_TPG_CPHY_x4
Platform config: MAX96712_RAW12_TPG_DPHY_x2
Platform config: MAX96712_RAW12_TPG_DPHY_x4
Platform config: MAX96712_RAW12_TPG_CPHY_x2
Platform config: MAX96712_RAW12_TPG_CPHY_x2_b
Platform config: MAX96712_RAW12_TPG_CPHY_x4
Platform config: MAX96712_RAW12_3012x5427_TPG_CPHY_x2
Platform config: MAX96712_RGB_TPG_DPHY_x2
Platform config: MAX96712_RGB_TPG_DPHY_x4
Platform config: MAX96712_RGB_TPG_CPHY_x2
Platform config: MAX96712_RGB_TPG_CPHY_x4
Platform config: MAX96712_RAW12_TPG_REC_DPHY_x2
Platform config: MAX96712_RAW12_TPG_REC_CPHY_x2
Platform config: MAX96712_TPG_USECASE1_CPHY_x4
Platform config: MAX96712_TPG_USECASE2_CPHY_x4
Platform config: MAX96712_YUV_8_TPG_DPHY_x2
Platform config: MAX96712_YUV_8_TPG_DPHY_x4
Platform config: MAX96712_YUV_8_TPG_CPHY_x2
Platform config: MAX96712_YUV_8_TPG_CPHY_x4
Platform config: MAX96712_YUVSP_8_TPG_CPHY_x4
Platform config: MAX96712_YUVSP_10_TPG_CPHY_x4
Platform config: C2SIM623S5RU2200NC1_5Des_CPHY_x2
Platform config: C2SIM623S5RU2200NC1_5Des_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200NC1_5Des_CPHY_x4
Platform config: C2SIM623S5RU2200NC1_5Des_CPHY_x4_TPG
Platform config: C2SIM623S5RU2200ND1_5Des_CPHY_x2
Platform config: C2SIM623S5RU2200ND1_5Des_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200ND1_5Des_CPHY_x4
Platform config: C2SIM623S5RU2200ND1_5Des_CPHY_x4_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96792A_CPHY_x2
Platform config: C2SIM623S5RU2200NC1_MAX96792A_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96792A_DPHY_x2
Platform config: C2SIM623S5RU2200NC1_MAX96792A_DPHY_x2_TPG
Platform config: IMX390_CUST1_V2_F200_RGGB_DPHY_x2
Platform config: IMX390_CUST1_V2_F200_RGGB_DPHY_x2_TPG
Platform config: IMX390_CUST1_V2_F200_RGGB_DPHY_x4
Platform config: IMX390_CUST1_V2_F200_RGGB_DPHY_x4_TPG
Platform config: IMX390_CUST1_V2_F200_RGGB_CPHY_x4
Platform config: IMX390_CUST1_V2_F200_RGGB_CPHY_x2
Platform config: IMX390_CUST1_V2_F200_RGGB_CPHY_x2_TPG
Platform config: IMX390_CUST1_V2_F200_RGGB_CPHY_x4_TPG
Platform config: IMX390_CUST1_V2_F200_RGGB_CPHY_x4_CBA
Platform config: R0SIM728S3RU2120NB2_5Des_CPHY_x4
Platform config: R0SIM728S3RU2120NB2_5Des_CPHY_x4_TPG
Platform config: R0SIM728S3RU2120NB2_5Des_CPHY_x2
Platform config: R0SIM728S3RU2120NB2_5Des_CPHY_x2_TPG
Platform config: R0SIM728S3RU2120NB2_5Des_DPHY_x4
Platform config: R0SIM728S3RU2120NB2_5Des_DPHY_x4_TPG
Platform config: R0SIM728S3RU2120NB2_5Des_DPHY_x2
Platform config: R0SIM728S3RU2120NB2_5Des_DPHY_x2_TPG
Platform config: R0SIM728S3RU2120NB2_MAX96792A_CPHY_x2
Platform config: C2SIM728S2RU1120NB20_CPHY_x4
Platform config: C2SIM728S2RU1120NB20_CPHY_x4_TPG
Platform config: C2SIM728S2RU1120NB20_CPHY_x2
Platform config: C2SIM728S2RU1120NB20_CPHY_x2_TPG
Platform config: C2SIM728S2RU1120NB20_REC_CPHY_x2
Platform config: C2SIM728S2RU1070HB20_CPHY_x4
Platform config: C2SIM728S2RU1070HB20_CPHY_x4_TPG
Platform config: C2SIM728S2RU1070HB20_CPHY_x2
Platform config: C2SIM728S2RU1070HB20_CPHY_x2_TPG
Platform config: C2SIM728S2RU1070HB20_REC_CPHY_x2
Platform config: C2SIM728S2RU1070NB20_CPHY_x4
Platform config: C2SIM728S2RU1070NB20_CPHY_x4_TPG
Platform config: C2SIM728S2RU1070NB20_CPHY_x2
Platform config: C2SIM728S2RU1070NB20_CPHY_x2_TPG
Platform config: C2SIM728S2RU1070NB20_REC_CPHY_x2
Platform config: C2SIM728S2RU1030NB20_CPHY_x4
Platform config: C2SIM728S2RU1030NB20_CPHY_x4_TPG
Platform config: C2SIM728S2RU1030NB20_CPHY_x2
Platform config: C2SIM728S2RU1030NB20_CPHY_x2_TPG
Platform config: C2SIM728S2RU1030NB20_REC_CPHY_x2
Platform config: C2SIM728S3RU3120NC1_CPHY_x4
Platform config: C2SIM728S3RU3120NC1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3120NC1_CPHY_x2
Platform config: C2SIM728S3RU3120NC1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3120NC1_REC_CPHY_x2
Platform config: C2SIM728S3RU3070HC1_CPHY_x4
Platform config: C2SIM728S3RU3070HC1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3070HC1_CPHY_x2
Platform config: C2SIM728S3RU3070HC1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3070HC1_REC_CPHY_x2
Platform config: C2SIM728S3RU3030NC1_CPHY_x4
Platform config: C2SIM728S3RU3030NC1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3030NC1_CPHY_x2
Platform config: C2SIM728S3RU3030NC1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3030NC1_REC_CPHY_x2
Platform config: C2SIM728S3RU3120ND1_CPHY_x4
Platform config: C2SIM728S3RU3120ND1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3120ND1_CPHY_x2
Platform config: C2SIM728S3RU3120ND1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3120ND1_REC_CPHY_x2
Platform config: C2SIM728S3RU3070HD1_CPHY_x4
Platform config: C2SIM728S3RU3070HD1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3070HD1_CPHY_x2
Platform config: C2SIM728S3RU3070HD1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3070HD1_REC_CPHY_x2
Platform config: C2SIM728S3RU3030ND1_CPHY_x4
Platform config: C2SIM728S3RU3030ND1_CPHY_x4_TPG
Platform config: C2SIM728S3RU3030ND1_CPHY_x2
Platform config: C2SIM728S3RU3030ND1_CPHY_x2_TPG
Platform config: C2SIM728S3RU3030ND1_REC_CPHY_x2
Platform config: SIM_IMX728_120FOV_30FPS_CPHY_x4
Platform config: SIM_IMX728_120FOV_30FPS_CPHY_x2
Platform config: SIM_IMX728_70FOV_30FPS_CPHY_x4
Platform config: SIM_IMX728_70FOV_30FPS_CPHY_x2
Platform config: SIM_IMX728_30FOV_30FPS_CPHY_x4
Platform config: SIM_IMX728_30FOV_30FPS_CPHY_x2
Platform config: SIM_IMX728_120FOV_30FPS_REC_CPHY_x2
Platform config: SIM_IMX728_70FOV_30FPS_REC_CPHY_x2
Platform config: SIM_IMX728_30FOV_30FPS_REC_CPHY_x2
Platform config: C2SIM623S2RU1195NB20_MAX96724_CPHY_x4
Platform config: C2SIM623S2RU1195NB20_MAX96724_CPHY_x2
Platform config: C2SIM623S2RU1195NB20_MAX96724_CPHY_x4_TPG
Platform config: C2SIM623S2RU1195NB20_MAX96724_CPHY_x2_TPG
Platform config: C2SIM623S2RU1195NB20_MAX96724_DPHY_x4
Platform config: C2SIM623S2RU1195NB20_MAX96724_DPHY_x2
Platform config: C2SIM623S2RU1195NB20_MAX96724_DPHY_x4_TPG
Platform config: C2SIM623S2RU1195NB20_MAX96724_DPHY_x2_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96724_CPHY_x4
Platform config: C2SIM623S5RU2200NC1_MAX96724_CPHY_x2
Platform config: C2SIM623S5RU2200NC1_MAX96724_CPHY_x4_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96724_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96724_DPHY_x4
Platform config: C2SIM623S5RU2200NC1_MAX96724_DPHY_x2
Platform config: C2SIM623S5RU2200NC1_MAX96724_DPHY_x4_TPG
Platform config: C2SIM623S5RU2200NC1_MAX96724_DPHY_x2_TPG
Platform config: R0SIM728S3RU2120NB2_MAX96724_CPHY_x4
Platform config: R0SIM728S3RU2120NB2_MAX96724_CPHY_x2
Platform config: R0SIM728S3RU2120NB2_MAX96724_CPHY_x4_TPG
Platform config: R0SIM728S3RU2120NB2_MAX96724_CPHY_x2_TPG
Platform config: R0SIM728S3RU1070NB2_MAX96724_CPHY_x4
Platform config: R0SIM728S3RU1070NB2_MAX96724_CPHY_x2
Platform config: R0SIM728S3RU1070NB2_MAX96724_CPHY_x4_TPG
Platform config: R0SIM728S3RU1070NB2_MAX96724_CPHY_x2_TPG
Platform config: R0SIM728S3RU2030NB2_MAX96724_CPHY_x4
Platform config: R0SIM728S3RU2030NB2_MAX96724_CPHY_x2
Platform config: R0SIM728S3RU2030NB2_MAX96724_CPHY_x4_TPG
Platform config: R0SIM728S3RU2030NB2_MAX96724_CPHY_x2_TPG
Platform config: R0SIM728S3RU2120NB2_MAX96724_DPHY_x4
Platform config: R0SIM728S3RU2120NB2_MAX96724_DPHY_x2
Platform config: R0SIM728S3RU2120NB2_MAX96724_DPHY_x4_TPG
Platform config: R0SIM728S3RU2120NB2_MAX96724_DPHY_x2_TPG
Platform config: R0SIM728S3RU1070NB2_MAX96724_DPHY_x4
Platform config: R0SIM728S3RU1070NB2_MAX96724_DPHY_x2
Platform config: R0SIM728S3RU1070NB2_MAX96724_DPHY_x4_TPG
Platform config: R0SIM728S3RU1070NB2_MAX96724_DPHY_x2_TPG
Platform config: R0SIM728S3RU2030NB2_MAX96724_DPHY_x4
Platform config: R0SIM728S3RU2030NB2_MAX96724_DPHY_x2
Platform config: R0SIM728S3RU2030NB2_MAX96724_DPHY_x4_TPG
Platform config: R0SIM728S3RU2030NB2_MAX96724_DPHY_x2_TPG
Platform config: AR0820C70FOV_24BIT_RGGB_CPHY_x2
Platform config: AR0820C70FOV_24BIT_RGGB_CPHY_x2_TPG
Platform config: VC0820C030R24_CPHY_x2
Platform config: VC0820C030R24_CPHY_x2_TPG
Platform config: VC0820C070R24_CPHY_x2
Platform config: VC0820C070R24_CPHY_x2_TPG
Platform config: V1SIM623S3RU3200NB20_MAX96724_CPHY_x2
Platform config: V1SIM623S3RU3200NB20_MAX96724_CPHY_x2_TPG
Platform config: V1SIM623S3RU3200NB20_MAX96724_DPHY_x2_TPG
Platform config: V1SIM623S3RU3200NB20_MAX96724_CPHY_x4
Platform config: V1SIM623S3RU3200NB20_MAX96724_CPHY_x4_TPG
Platform config: V1SIM623S3RU3200NB20_MAX96724_DPHY_x4_TPG
Platform config: V1SIM623S3RU3200NB20_MAX96724_REC_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_MAX96724_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_MAX96724_DPHY_x2
Platform config: V1SIM623S4RU5195NB3_MAX96724_DPHY_x4
Platform config: V1SIM623S4RU5195NB3_MAX96724_CPHY_x2_TPG
Platform config: V1SIM623S4RU5195NB3_MAX96724_CPHY_x4
Platform config: V1SIM623S4RU5195NB3_MAX96724_REC_CPHY_x2
Platform config: V1SIM623S4RU5195NB3_MAX96724_CPHY_x4_TPG
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x2_TPG
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x4
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x4_TPG
Platform config: V1SIM623S5RU5195NC0_MAX96724_REC_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x2
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x2_TPG
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x4
Platform config: V1SIM623S5RU5195NC0_MAX96724_CPHY_x4_TPG
Platform config: V1SIM623S5RU5195NC0_MAX96724_REC_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_MAX96724_CPHY_x4
Platform config: V1SIM623MPRU8200ND1_MAX96724_CPHY_x2
Platform config: V1SIM623MPRU8200ND1_MAX96724_CPHY_x4_TPG
Platform config: V1SIM623MPRU8200ND1_MAX96724_CPHY_x2_TPG
Platform config: V1SIM623MPRU8200ND1_MAX96724_DPHY_x4
Platform config: V1SIM623MPRU8200ND1_MAX96724_DPHY_x2
Platform config: V1SIM623MPRU8200ND1_MAX96724_DPHY_x4_TPG
Platform config: V1SIM623MPRU8200ND1_MAX96724_DPHY_x2_TPG
Platform config: F2O05B1S1DHU2170NC10_MAX96724_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_MAX96724_CPHY_x4
Platform config: F2O05B1S1DHU2170NC10_15FPS_MAX96724_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_15FPS_MAX96724_CPHY_x4
Platform config: C2SIM728S2RU1120NB20_MAX96724_CPHY_x4
Platform config: C2SIM728S2RU1120NB20_MAX96724_CPHY_x2
Platform config: C2SIM728S2RU1120NB20_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S2RU1120NB20_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S2RU1070HB20_MAX96724_CPHY_x4
Platform config: C2SIM728S2RU1070HB20_MAX96724_CPHY_x2
Platform config: C2SIM728S2RU1070HB20_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S2RU1070HB20_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S2RU1070NB20_MAX96724_CPHY_x4
Platform config: C2SIM728S2RU1070NB20_MAX96724_CPHY_x2
Platform config: C2SIM728S2RU1070NB20_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S2RU1070NB20_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S2RU1030NB20_MAX96724_CPHY_x4
Platform config: C2SIM728S2RU1030NB20_MAX96724_CPHY_x2
Platform config: C2SIM728S2RU1030NB20_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S2RU1030NB20_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S2RU1120NB20_MAX96724_DPHY_x4
Platform config: C2SIM728S2RU1120NB20_MAX96724_DPHY_x2
Platform config: C2SIM728S2RU1120NB20_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S2RU1120NB20_MAX96724_DPHY_x2_TPG
Platform config: C2SIM728S2RU1070NB20_MAX96724_DPHY_x4
Platform config: C2SIM728S2RU1070NB20_MAX96724_DPHY_x2
Platform config: C2SIM728S2RU1070NB20_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S2RU1070NB20_MAX96724_DPHY_x2_TPG
Platform config: C2SIM728S2RU1030NB20_MAX96724_DPHY_x4
Platform config: C2SIM728S2RU1030NB20_MAX96724_DPHY_x2
Platform config: C2SIM728S2RU1030NB20_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S2RU1030NB20_MAX96724_DPHY_x2_TPG
Platform config: C2SIM728S3RU3120NC1_MAX96724_CPHY_x4
Platform config: C2SIM728S3RU3120NC1_MAX96724_CPHY_x2
Platform config: C2SIM728S3RU3120NC1_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S3RU3120NC1_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S3RU3070HC1_MAX96724_CPHY_x4
Platform config: C2SIM728S3RU3070HC1_MAX96724_CPHY_x2
Platform config: C2SIM728S3RU3070HC1_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S3RU3070HC1_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S3RU3030NC1_MAX96724_CPHY_x4
Platform config: C2SIM728S3RU3030NC1_MAX96724_CPHY_x2
Platform config: C2SIM728S3RU3030NC1_MAX96724_CPHY_x4_TPG
Platform config: C2SIM728S3RU3030NC1_MAX96724_CPHY_x2_TPG
Platform config: C2SIM728S3RU3120NC1_MAX96724_DPHY_x4
Platform config: C2SIM728S3RU3120NC1_MAX96724_DPHY_x2
Platform config: C2SIM728S3RU3120NC1_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S3RU3120NC1_MAX96724_DPHY_x2_TPG
Platform config: C2SIM728S3RU3070HC1_MAX96724_DPHY_x4
Platform config: C2SIM728S3RU3070HC1_MAX96724_DPHY_x2
Platform config: C2SIM728S3RU3070HC1_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S3RU3070HC1_MAX96724_DPHY_x2_TPG
Platform config: C2SIM728S3RU3030NC1_MAX96724_DPHY_x4
Platform config: C2SIM728S3RU3030NC1_MAX96724_DPHY_x2
Platform config: C2SIM728S3RU3030NC1_MAX96724_DPHY_x4_TPG
Platform config: C2SIM728S3RU3030NC1_MAX96724_DPHY_x2_TPG
Platform config: FLC_DMS_CUST1v2
Platform config: F2O05B1S1DHU1170NB10_CPHY_x2
Platform config: F2O05B1S1DHU1170NB10_CPHY_x4
Platform config: F2O05B1S1DHU1170NB10_15FPS_CPHY_x2
Platform config: F2O05B1S1DHU1170NB10_15FPS_CPHY_x4
Platform config: F2O05B1S1DHU2170NC10_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_CPHY_x4
Platform config: F2O05B1S1DHU2170NC10_15FPS_CPHY_x2
Platform config: F2O05B1S1DHU2170NC10_15FPS_CPHY_x4
Platform config: V1SIM728MPRU4120ND1_5Des_CPHY_x4
Platform config: V1SIM728MPRU4120ND1_5Des_CPHY_x4_TPG
Platform config: V1SIM728MPRU4120ND1_5Des_CPHY_x2
Platform config: V1SIM728MPRU4120ND1_5Des_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120ND1_5Des_DPHY_x4
Platform config: V1SIM728MPRU4120ND1_5Des_DPHY_x4_TPG
Platform config: V1SIM728MPRU4120ND1_5Des_DPHY_x2
Platform config: V1SIM728MPRU4120ND1_5Des_DPHY_x2_TPG
Platform config: V1SIM728MPRU3030ND1_5Des_CPHY_x4
Platform config: V1SIM728MPRU3030ND1_5Des_CPHY_x4_TPG
Platform config: V1SIM728MPRU3030ND1_5Des_CPHY_x2
Platform config: V1SIM728MPRU3030ND1_5Des_CPHY_x2_TPG
Platform config: V1SIM728MPRU3030ND1_5Des_DPHY_x4
Platform config: V1SIM728MPRU3030ND1_5Des_DPHY_x4_TPG
Platform config: V1SIM728MPRU3030ND1_5Des_DPHY_x2
Platform config: V1SIM728MPRU3030ND1_5Des_DPHY_x2_TPG
Platform config: V1SIM728MPRU4070HD1_5Des_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_5Des_CPHY_x4_TPG
Platform config: V1SIM728MPRU4070HD1_5Des_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_5Des_CPHY_x2_TPG
Platform config: V1SIM728MPRU4070HD1_5Des_DPHY_x4
Platform config: V1SIM728MPRU4070HD1_5Des_DPHY_x4_TPG
Platform config: V1SIM728MPRU4070HD1_5Des_DPHY_x2
Platform config: V1SIM728MPRU4070HD1_5Des_DPHY_x2_TPG
Platform config: V1SIM728MPRU4120ND1_MAX96792A_CPHY_x2
Platform config: V1SIM728S2RU2030NB20_CPHY_x4
Platform config: V1SIM728S2RU2030NB20_CPHY_x4_TPG
Platform config: V1SIM728S2RU2030NB20_CPHY_x2
Platform config: V1SIM728S2RU2030NB20_CPHY_x2_TPG
Platform config: V1SIM728S2RU4070HB20_CPHY_x4
Platform config: V1SIM728S2RU4070HB20_CPHY_x4_TPG
Platform config: V1SIM728S2RU4070HB20_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_CPHY_x2_TPG
Platform config: V1SIM728S2RU4120NB20_CPHY_x4
Platform config: V1SIM728S2RU4120NB20_CPHY_x4_TPG
Platform config: V1SIM728S2RU4120NB20_CPHY_x2
Platform config: V1SIM728S2RU4120NB20_CPHY_x2_TPG
Platform config: V1SIM728S2RU4120HB20_CPHY_x4
Platform config: V1SIM728S2RU4120HB20_CPHY_x4_TPG
Platform config: V1SIM728S2RU4120HB20_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_CPHY_x2_TPG
Platform config: V1SIM728S2RU2030NB20_REC_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_REC_CPHY_x2
Platform config: V1SIM728S2RU4120NB20_REC_CPHY_x2
Platform config: V1SIM728S2RU4120HB20_REC_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_R_CPHY_x4
Platform config: V1SIM728S2RU4070HB20_R_CPHY_x2
Platform config: V1SIM728S2RU4070HB20_R_REC_CPHY_x2
Platform config: V1SIM728S1RU3120NB20_CPHY_x4
Platform config: V1SIM728S1RU3120NB20_CPHY_x4_TPG
Platform config: V1SIM728S1RU3120NB20_CPHY_x2
Platform config: V1SIM728S1RU3120NB20_CPHY_x2_TPG
Platform config: V1SIM728S1RU3070HB20_CPHY_x4
Platform config: V1SIM728S1RU3070HB20_CPHY_x4_TPG
Platform config: V1SIM728S1RU3070HB20_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_CPHY_x2_TPG
Platform config: V1SIM728S1RU3030NB20_CPHY_x4
Platform config: V1SIM728S1RU3030NB20_CPHY_x4_TPG
Platform config: V1SIM728S1RU3030NB20_CPHY_x2
Platform config: V1SIM728S1RU3030NB20_CPHY_x2_TPG
Platform config: V1SIM728S1RU3120NB20_REC_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_REC_CPHY_x2
Platform config: V1SIM728S1RU3030NB20_REC_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_R_CPHY_x4
Platform config: V1SIM728S1RU3070HB20_R_CPHY_x2
Platform config: V1SIM728S1RU3070HB20_R_REC_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_CPHY_x4
Platform config: V1SIM728S2RU3070HB30_REC_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_CPHY_x4_TPG
Platform config: V1SIM728S2RU1030NB30_DPHY_x2
Platform config: V1SIM728S2RU1030NB30_CPHY_x2
Platform config: V1SIM728S2RU1030NB30_CPHY_x2_TPG
Platform config: V1SIM728S2RU3070HB30_CPHY_x4
Platform config: V1SIM728S2RU3070HB30_CPHY_x4_TPG
Platform config: V1SIM728S2RU3070HB30_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_CPHY_x2_TPG
Platform config: V1SIM728S2RU3120NB30_CPHY_x4
Platform config: V1SIM728S2RU3120NB30_CPHY_x4_TPG
Platform config: V1SIM728S2RU3120NB30_CPHY_x2
Platform config: V1SIM728S2RU3120NB30_CPHY_x2_TPG
Platform config: V1SIM728S2RU3120HB30_CPHY_x4
Platform config: V1SIM728S2RU3120HB30_CPHY_x4_TPG
Platform config: V1SIM728S2RU3120HB30_CPHY_x2
Platform config: V1SIM728S2RU3120HB30_CPHY_x2_TPG
Platform config: V1SIM728S2RU1030NB30_REC_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_REC_CPHY_x2
Platform config: V1SIM728S2RU3120NB30_REC_CPHY_x2
Platform config: V1SIM728S2RU3120HB30_REC_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_R_CPHY_x4
Platform config: V1SIM728S2RU3070HB30_R_CPHY_x2
Platform config: V1SIM728S2RU3070HB30_R_REC_CPHY_x2
Platform config: V1SIM728S3RU2030NC00_CPHY_x4
Platform config: V1SIM728S3RU4070HC00_REC_CPHY_x2
Platform config: V1SIM728S3RU2030NC00_CPHY_x4_TPG
Platform config: V1SIM728S3RU2030NC00_DPHY_x2
Platform config: V1SIM728S3RU2030NC00_CPHY_x2
Platform config: V1SIM728S3RU2030NC00_CPHY_x2_TPG
Platform config: V1SIM728S3RU4070HC00_CPHY_x4
Platform config: V1SIM728S3RU4070HC00_CPHY_x4_TPG
Platform config: V1SIM728S3RU4070HC00_CPHY_x2
Platform config: V1SIM728S3RU4070HC00_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120NC00_CPHY_x4
Platform config: V1SIM728S3RU4120NC00_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120NC00_CPHY_x2
Platform config: V1SIM728S3RU4120NC00_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120HC00_CPHY_x4
Platform config: V1SIM728S3RU4120HC00_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120HC00_CPHY_x2
Platform config: V1SIM728S3RU4120HC00_CPHY_x2_TPG
Platform config: V1SIM728S3RU2030NC00_REC_CPHY_x2
Platform config: V1SIM728S3RU4070HC00_REC_CPHY_x2
Platform config: V1SIM728S3RU4120NC00_REC_CPHY_x2
Platform config: V1SIM728S3RU4120HC00_REC_CPHY_x2
Platform config: V1SIM728S3RU4070HC00_R_CPHY_x4
Platform config: V1SIM728S3RU4070HC00_R_CPHY_x2
Platform config: V1SIM728S3RU4070HC00_R_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC10_CPHY_x4
Platform config: V1SIM728SARU4070HC10_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC10_CPHY_x4_TPG
Platform config: V1SIM728SARU3030NC10_DPHY_x2
Platform config: V1SIM728SARU3030NC10_CPHY_x2
Platform config: V1SIM728SARU3030NC10_CPHY_x2_TPG
Platform config: V1SIM728SARU3030HC10_CPHY_x4
Platform config: V1SIM728SARU4070HC10_REC_CPHY_x2
Platform config: V1SIM728SARU3030HC10_CPHY_x4_TPG
Platform config: V1SIM728SARU3030HC10_DPHY_x2
Platform config: V1SIM728SARU3030HC10_CPHY_x2
Platform config: V1SIM728SARU3030HC10_CPHY_x2_TPG
Platform config: V1SIM728SARU4070HC10_CPHY_x4
Platform config: V1SIM728SARU4070HC10_CPHY_x4_TPG
Platform config: V1SIM728SARU4070HC10_CPHY_x2
Platform config: V1SIM728SARU4070HC10_CPHY_x2_TPG
Platform config: V1SIM728SARU4120NC10_CPHY_x4
Platform config: V1SIM728SARU4120NC10_CPHY_x4_TPG
Platform config: V1SIM728SARU4120NC10_CPHY_x2
Platform config: V1SIM728SARU4120NC10_CPHY_x2_TPG
Platform config: V1SIM728SARU4120HC10_CPHY_x4
Platform config: V1SIM728SARU4120HC10_CPHY_x4_TPG
Platform config: V1SIM728SARU4120HC10_CPHY_x2
Platform config: V1SIM728SARU4120HC10_CPHY_x2_TPG
Platform config: V1SIM728SARU3030NC10_REC_CPHY_x2
Platform config: V1SIM728SARU3030HC10_REC_CPHY_x2
Platform config: V1SIM728SARU4070HC10_REC_CPHY_x2
Platform config: V1SIM728SARU4120NC10_REC_CPHY_x2
Platform config: V1SIM728SARU4120HC10_REC_CPHY_x2
Platform config: V1SIM728SARU4070HC10_R_CPHY_x4
Platform config: V1SIM728SARU4070HC10_R_CPHY_x2
Platform config: V1SIM728SARU4070HC10_R_REC_CPHY_x2
Platform config: V1SIM728S3RU3030NC10_CPHY_x4
Platform config: V1SIM728S3RU4070HC10_REC_CPHY_x2
Platform config: V1SIM728S3RU3030NC10_CPHY_x4_TPG
Platform config: V1SIM728S3RU3030NC10_DPHY_x2
Platform config: V1SIM728S3RU3030NC10_CPHY_x2
Platform config: V1SIM728S3RU3030NC10_CPHY_x2_TPG
Platform config: V1SIM728S3RU3030HC10_CPHY_x4
Platform config: V1SIM728S3RU4070HC10_REC_CPHY_x2
Platform config: V1SIM728S3RU3030HC10_CPHY_x4_TPG
Platform config: V1SIM728S3RU3030HC10_DPHY_x2
Platform config: V1SIM728S3RU3030HC10_CPHY_x2
Platform config: V1SIM728S3RU3030HC10_CPHY_x2_TPG
Platform config: V1SIM728S3RU4070HC10_CPHY_x4
Platform config: V1SIM728S3RU4070HC10_CPHY_x4_TPG
Platform config: V1SIM728S3RU4070HC10_CPHY_x2
Platform config: V1SIM728S3RU4070HC10_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120NC10_CPHY_x4
Platform config: V1SIM728S3RU4120NC10_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120NC10_CPHY_x2
Platform config: V1SIM728S3RU4120NC10_CPHY_x2_TPG
Platform config: V1SIM728S3RU4120HC10_CPHY_x4
Platform config: V1SIM728S3RU4120HC10_CPHY_x4_TPG
Platform config: V1SIM728S3RU4120HC10_CPHY_x2
Platform config: V1SIM728S3RU4120HC10_CPHY_x2_TPG
Platform config: V1SIM728S3RU3030NC10_REC_CPHY_x2
Platform config: V1SIM728S3RU3030HC10_REC_CPHY_x2
Platform config: V1SIM728S3RU4070HC10_REC_CPHY_x2
Platform config: V1SIM728S3RU4120NC10_REC_CPHY_x2
Platform config: V1SIM728S3RU4120HC10_REC_CPHY_x2
Platform config: V1SIM728S3RU4070HC10_R_CPHY_x4
Platform config: V1SIM728S3RU4070HC10_R_CPHY_x2
Platform config: V1SIM728S3RU4070HC10_R_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC20_CPHY_x4
Platform config: V1SIM728SARU4070HC20_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC20_CPHY_x4_TPG
Platform config: V1SIM728SARU3030NC20_DPHY_x2
Platform config: V1SIM728SARU3030NC20_CPHY_x2
Platform config: V1SIM728SARU3030NC20_CPHY_x2_TPG
Platform config: V1SIM728SARU3030HC20_CPHY_x4
Platform config: V1SIM728SARU4070HC20_REC_CPHY_x2
Platform config: V1SIM728SARU3030HC20_CPHY_x4_TPG
Platform config: V1SIM728SARU3030HC20_DPHY_x2
Platform config: V1SIM728SARU3030HC20_CPHY_x2
Platform config: V1SIM728SARU3030HC20_CPHY_x2_TPG
Platform config: V1SIM728SARU4070HC20_CPHY_x4
Platform config: V1SIM728SARU4070HC20_CPHY_x4_TPG
Platform config: V1SIM728SARU4070HC20_CPHY_x2
Platform config: V1SIM728SARU4070HC20_CPHY_x2_TPG
Platform config: V1SIM728SARU4120NC20_CPHY_x4
Platform config: V1SIM728SARU4120NC20_CPHY_x4_TPG
Platform config: V1SIM728SARU4120NC20_CPHY_x2
Platform config: V1SIM728SARU4120NC20_CPHY_x2_TPG
Platform config: V1SIM728SARU4120HC20_CPHY_x4
Platform config: V1SIM728SARU4120HC20_CPHY_x4_TPG
Platform config: V1SIM728SARU4120HC20_CPHY_x2
Platform config: V1SIM728SARU4120HC20_CPHY_x2_TPG
Platform config: V1SIM728SARU3030NC20_REC_CPHY_x2
Platform config: V1SIM728SARU3030HC20_REC_CPHY_x2
Platform config: V1SIM728SARU4070HC20_REC_CPHY_x2
Platform config: V1SIM728SARU4120NC20_REC_CPHY_x2
Platform config: V1SIM728SARU4120HC20_REC_CPHY_x2
Platform config: V1SIM728SARU4070HC20_R_CPHY_x4
Platform config: V1SIM728SARU4070HC20_R_CPHY_x2
Platform config: V1SIM728SARU4070HC20_R_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC40_CPHY_x4
Platform config: V1SIM728SARU4070YC40_REC_CPHY_x2
Platform config: V1SIM728SARU3030NC40_CPHY_x4_TPG
Platform config: V1SIM728SARU3030NC40_DPHY_x2
Platform config: V1SIM728SARU3030NC40_CPHY_x2
Platform config: V1SIM728SARU3030NC40_CPHY_x2_TPG
Platform config: V1SIM728SARU3030YC40_CPHY_x4
Platform config: V1SIM728SARU4070YC40_REC_CPHY_x2
Platform config: V1SIM728SARU3030YC40_CPHY_x4_TPG
Platform config: V1SIM728SARU3030YC40_DPHY_x2
Platform config: V1SIM728SARU3030YC40_CPHY_x2
Platform config: V1SIM728SARU3030YC40_CPHY_x2_TPG
Platform config: V1SIM728SARU4070YC40_CPHY_x4
Platform config: V1SIM728SARU4070YC40_CPHY_x4_TPG
Platform config: V1SIM728SARU4070YC40_CPHY_x2
Platform config: V1SIM728SARU4070YC40_CPHY_x2_TPG
Platform config: V1SIM728SARU4120NC40_CPHY_x4
Platform config: V1SIM728SARU4120NC40_CPHY_x4_TPG
Platform config: V1SIM728SARU4120NC40_CPHY_x2
Platform config: V1SIM728SARU4120NC40_CPHY_x2_TPG
Platform config: V1SIM728SARU4120YC40_CPHY_x4
Platform config: V1SIM728SARU4120YC40_CPHY_x4_TPG
Platform config: V1SIM728SARU4120YC40_CPHY_x2
Platform config: V1SIM728SARU4120YC40_CPHY_x2_TPG
Platform config: V1SIM728SARU3030NC40_REC_CPHY_x2
Platform config: V1SIM728SARU3030YC40_REC_CPHY_x2
Platform config: V1SIM728SARU4070YC40_REC_CPHY_x2
Platform config: V1SIM728SARU4120NC40_REC_CPHY_x2
Platform config: V1SIM728SARU4120YC40_REC_CPHY_x2
Platform config: V1SIM728SARU4070YC40_R_CPHY_x4
Platform config: V1SIM728SARU4070YC40_R_CPHY_x2
Platform config: V1SIM728SARU4070YC40_R_REC_CPHY_x2
Platform config: V1SIM728MPRU3030ND1_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_REC_CPHY_x2
Platform config: V1SIM728MPRU3030ND1_CPHY_x4_TPG
Platform config: V1SIM728MPRU3030ND1_DPHY_x2
Platform config: V1SIM728MPRU3030ND1_CPHY_x2
Platform config: V1SIM728MPRU3030ND1_CPHY_x2_TPG
Platform config: V1SIM728MPRU3030HD1_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_REC_CPHY_x2
Platform config: V1SIM728MPRU3030HD1_CPHY_x4_TPG
Platform config: V1SIM728MPRU3030HD1_DPHY_x2
Platform config: V1SIM728MPRU3030HD1_CPHY_x2
Platform config: V1SIM728MPRU3030HD1_CPHY_x2_TPG
Platform config: V1SIM728MPRU4070HD1_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_CPHY_x4_TPG
Platform config: V1SIM728MPRU4070HD1_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120ND1_CPHY_x4
Platform config: V1SIM728MPRU4120ND1_CPHY_x4_TPG
Platform config: V1SIM728MPRU4120ND1_CPHY_x2
Platform config: V1SIM728MPRU4120ND1_CPHY_x2_TPG
Platform config: V1SIM728MPRU4120HD1_CPHY_x4
Platform config: V1SIM728MPRU4120HD1_CPHY_x4_TPG
Platform config: V1SIM728MPRU4120HD1_CPHY_x2
Platform config: V1SIM728MPRU4120HD1_CPHY_x2_TPG
Platform config: V1SIM728MPRU3030ND1_REC_CPHY_x2
Platform config: V1SIM728MPRU3030HD1_REC_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_REC_CPHY_x2
Platform config: V1SIM728MPRU4120ND1_REC_CPHY_x2
Platform config: V1SIM728MPRU4120HD1_REC_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_R_CPHY_x4
Platform config: V1SIM728MPRU4070HD1_R_CPHY_x2
Platform config: V1SIM728MPRU4070HD1_R_REC_CPHY_x2
Platform config: OX08D10-EXAE-AA1C_R1D_F_CPHY_x2
Platform config: OX08D10-EXAE-AA1C_R1D_F_CPHY_x2_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_F_CPHY_x4
Platform config: OX08D10-EXAE-AA1C_R1D_F_CPHY_x4_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_MF_CPHY_x2
Platform config: OX08D10-EXAE-AA1C_R1D_MF_CPHY_x2_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_MF_CPHY_x4
Platform config: OX08D10-EXAE-AA1C_R1D_MF_CPHY_x4_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_M_CPHY_x2
Platform config: OX08D10-EXAE-AA1C_R1D_M_CPHY_x2_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_M_CPHY_x4
Platform config: OX08D10-EXAE-AA1C_R1D_M_CPHY_x4_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_CPHY_x2
Platform config: OX08D10-EXAE-AA1C_R1D_CPHY_x2_TPG
Platform config: OX08D10-EXAE-AA1C_R1D_CPHY_x4
Platform config: OX08D10-EXAE-AA1C_R1D_CPHY_x4_TPG
Platform config: DS90UB971_RAW12_TPG_DPHY_x4
Platform config: DS90UB971_RAW12_TPG_CPHY_x4
Platform config: C2SIM623S2RU1195NB20_CPHY_x2
Platform config: C2SIM623S2RU1195NB20_CPHY_x2_TPG
Platform config: C2SIM623S2RU1195NB20_CPHY_x4
Platform config: C2SIM623S2RU1195NB20_CPHY_x4_TPG
Platform config: C2SIM623S2RU1195NB20_REC_CPHY_x2
Platform config: C2SIM623S5RU2200NC1_CPHY_x2
Platform config: C2SIM623S5RU2200NC1_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200NC1_CPHY_x4
Platform config: C2SIM623S5RU2200NC1_CPHY_x4_TPG
Platform config: C2SIM623S5RU2200NC1_REC_CPHY_x2
Platform config: C2SIM623S5RU2200ND1_CPHY_x2
Platform config: C2SIM623S5RU2200ND1_CPHY_x2_TPG
Platform config: C2SIM623S5RU2200ND1_CPHY_x4
Platform config: C2SIM623S5RU2200ND1_CPHY_x4_TPG
Platform config: C2SIM623S5RU2200ND1_REC_CPHY_x2
Platform config: F2O05B1B1DMU1058NB10_CPHY_x2
Platform config: F2O05B1B1DMU1058NB10_CPHY_x4
Platform config: F2O05B1B1DMU2058NC10_CPHY_x2
Platform config: F2O05B1B1DMU2058NC10_CPHY_x4

Cameras:
Name: C2SIM728S3RU3120NC1
Name: C2SIM728S3RU3070HC1
Name: C2SIM728S3RU3030NC1
Name: TPGSENSOR_MAX96792A
Name: F2O05B1B1DMU2058NC10
Name: F2O05B1B1DMU2058NC10_E
Name: V1SIM623S3RU3200NB20
Name: V1SIM623S3RU3200NB20_R
Name: V1SIM623S4RU5195NB3
Name: V1SIM623S4RU5195NB3_R
Name: V1SIM623S5RU5195NC0
Name: V1SIM623S5RU5195NC0_R
Name: V1SIM623SARU6195NC1
Name: V1SIM623SARU6195NC1_R
Name: V1SIM623S5RU6195NC1
Name: V1SIM623S5RU6195NC1_R
Name: V1SIM623MPRU7200NC2
Name: V1SIM623MPRU7200NC2_R
Name: V1SIM623MPRU8200ND1
Name: V1SIM623MPRU8200ND1_R
Name: V1SIM728S2RU2030NB20
Name: V1SIM728S2RU4070HB20
Name: V1SIM728S2RU4120NB20
Name: V1SIM728S2RU4120HB20
Name: V1SIM728S1RU3120NB20
Name: V1SIM728S1RU3070HB20
Name: V1SIM728S1RU3030NB20
Name: V1SIM728S2RU1030NB30
Name: V1SIM728S2RU3070HB30
Name: V1SIM728S2RU3120NB30
Name: V1SIM728S2RU3120HB30
Name: V1SIM728S3RU2030NC00
Name: V1SIM728S3RU4070HC00
Name: V1SIM728S3RU4120NC00
Name: V1SIM728S3RU4120HC00
Name: V1SIM728MPRU3030ND1
Name: V1SIM728MPRU4070HD1
Name: V1SIM728MPRU4120ND1
Name: V1SIM728MPRU4120HD1
Name: SIM_IMX623_30FPS
Name: F2O05B1S1DHU2170NC10
Name: F2O05B1S1DHU2170NC10_15FPS
Name: F2O05B1S1DHU2170NC10_15FPS_E
Name: F2O05B1S1DHU2170NC10_15FPS_O_E
Name: R0SIM728S2RU2120NB1
Name: R0SIM728S2RU1070NB1
Name: R0SIM728S2RU2030NB1
Name: R0SIM728S3RU2120NB2
Name: R0SIM728S3RU1070NB2
Name: R0SIM728S3RU2030NB2
Name: MAX96724TPG_Fusa
Name: MAX96724TPG_Fusa_YUV_8
Name: IMX728_FPDLINK_RGGB
Name: F2O05B1B1DMU2058NC10
Name: F2O05B1B1DMU2058NC10_E
Name: V1SIM623MPRU8200ND1
Name: MAX96712TPG
Name: MAX96712TPG_YUV_8
Name: C2SIM623S5RU2200NC1
Name: IMX390_CUST1_V2_F200_RGGB
Name: R0SIM728S3RU2120NB2
Name: R0SIM728S3RU1070NB2
Name: R0SIM728S3RU2030NB2
Name: C2SIM728S2RU1120NB20
Name: C2SIM728S2RU1070HB20
Name: C2SIM728S2RU1070NB20
Name: C2SIM728S2RU1030NB20
Name: C2SIM728S3RU3120NC1
Name: C2SIM728S3RU3070HC1
Name: C2SIM728S3RU3030NC1
Name: C2SIM728S3RU3120ND1
Name: C2SIM728S3RU3070HD1
Name: C2SIM728S3RU3030ND1
Name: SIM_IMX728_120FOV_30FPS
Name: SIM_IMX728_70FOV_30FPS
Name: SIM_IMX728_30FOV_30FPS
Name: C2SIM623S2RU1195NB20
Name: C2SIM623S5RU2200NC1
Name: R0SIM728S3RU2120NB2
Name: R0SIM728S3RU1070NB2
Name: R0SIM728S3RU2030NB2
Name: AR0820C70FOV_24BIT_RGGB
Name: VC0820C030R24
Name: VC0820C070R24
Name: V1SIM623S3RU3200NB20
Name: V1SIM623S4RU5195NB3
Name: V1SIM623S5RU5195NC0
Name: V1SIM623MPRU8200ND1
Name: F2O05B1S1DHU2170NC10
Name: F2O05B1S1DHU2170NC10_15FPS
Name: F2O05B1S1DHU2170NC10_15FPS_E
Name: F2O05B1S1DHU2170NC10_15FPS_O_E
Name: C2SIM728S2RU1120NB20
Name: C2SIM728S2RU1070HB20
Name: C2SIM728S2RU1070NB20
Name: C2SIM728S2RU1030NB20
Name: C2SIM728S3RU3120NC1
Name: C2SIM728S3RU3070HC1
Name: C2SIM728S3RU3030NC1
Name: OV2311_CUST1v2
Name: VC0820C120R24
Name: F2O05B1S1DHU1170NB10
Name: F2O05B1S1DHU1170NB10_15FPS
Name: F2O05B1S1DHU1170NB10_15FPS_E
Name: F2O05B1S1DHU1170NB10_15FPS_O_E
Name: F2O05B1S1DHU2170NC10
Name: F2O05B1S1DHU2170NC10_15FPS
Name: F2O05B1S1DHU2170NC10_15FPS_E
Name: F2O05B1S1DHU2170NC10_15FPS_O_E
Name: V1SIM728MPRU4120ND1
Name: V1SIM728MPRU4120HD1
Name: V1SIM728MPRU4070HD1
Name: V1SIM728MPRU4070HD1_R
Name: V1SIM728MPRU3030ND1
Name: V1SIM728MPRU3030HD1
Name: V1SIM728S2RU2030NB20
Name: V1SIM728S2RU4070HB20
Name: V1SIM728S2RU4070HB20_R
Name: V1SIM728S2RU4120NB20
Name: V1SIM728S2RU4120HB20
Name: V1SIM728S1RU3120NB20
Name: V1SIM728S1RU3070HB20
Name: V1SIM728S1RU3070HB20_R
Name: V1SIM728S1RU3030NB20
Name: V1SIM728S2RU1030NB30
Name: V1SIM728S2RU3070HB30
Name: V1SIM728S2RU3070HB30_R
Name: V1SIM728S2RU3120NB30
Name: V1SIM728S2RU3120HB30
Name: V1SIM728S3RU2030NC00
Name: V1SIM728S3RU4070HC00
Name: V1SIM728S3RU4070HC00_R
Name: V1SIM728S3RU4120NC00
Name: V1SIM728S3RU4120HC00
Name: V1SIM728SARU3030NC10
Name: V1SIM728SARU4070HC10
Name: V1SIM728SARU4070HC10_R
Name: V1SIM728SARU4120NC10
Name: V1SIM728SARU3030HC10
Name: V1SIM728SARU4120HC10
Name: V1SIM728S3RU3030NC10
Name: V1SIM728S3RU4070HC10
Name: V1SIM728S3RU4070HC10_R
Name: V1SIM728S3RU4120NC10
Name: V1SIM728S3RU3030HC10
Name: V1SIM728S3RU4120HC10
Name: V1SIM728SARU3030NC20
Name: V1SIM728SARU4070HC20
Name: V1SIM728SARU4070HC20_R
Name: V1SIM728SARU4120NC20
Name: V1SIM728SARU3030HC20
Name: V1SIM728SARU4120HC20
Name: V1SIM728SARU3030NC40
Name: V1SIM728SARU4070YC40
Name: V1SIM728SARU4070YC40_R
Name: V1SIM728SARU4120NC40
Name: V1SIM728SARU3030YC40
Name: V1SIM728SARU4120YC40
Name: V1SIM728MPRU3030ND1
Name: V1SIM728MPRU4070HD1
Name: V1SIM728MPRU4070HD1_R
Name: V1SIM728MPRU4120ND1
Name: V1SIM728MPRU3030HD1
Name: V1SIM728MPRU4120HD1
Name: OX08D10-EXAE-AA1C_R1D
Name: OX08D10-EXAE-AA1C_R1D_F
Name: OX08D10-EXAE-AA1C_R1D_M
Name: OX08D10-EXAE-AA1C_R1D_MF
Name: DS90UB971TPG
Name: C2SIM623S2RU1195NB20
Name: C2SIM623S5RU2200NC1
Name: C2SIM623S5RU2200ND1
Name: F2O05B1B1DMU1058NB10
Name: F2O05B1B1DMU1058NB10_E
Name: F2O05B1B1DMU2058NC10
Name: F2O05B1B1DMU2058NC10_E

Sensors:
Name: IMX728
Name: TPGSENSOR
Name: OX05BF_DMS
Name: IMX623
Name: IMX728
Name: IMX623
Name: OX05BF_OMS
Name: IMX728
Name: IMX728_FPDLINK
Name: OX05BF_DMS
Name: IMX623
Name: IMX623
Name: IMX390C
Name: IMX728
Name: IMX728
Name: IMX728
Name: IMX623
Name: IMX728
Name: AR0820C
Name: IMX623
Name: OX05BF_OMS
Name: IMX728
Name: AR0820C
Name: OV2311_CUST1v2
Name: OX05BF_OMS
Name: IMX728
Name: IMX728
Name: OX08D10
Name: DS90UB971_TPG_SENSOR
Name: IMX623
Name: OX05BF_DMS

EEPROMS:
Name: M24C32
Name: N24C04
Name: M24C04
Name: M24C04
Name: M00C00
Name: N24C04
Name: BR24H128
Name: M24C04
Name: N24C04
Name: M24C04
Name: M24C04
Name: M24C04
Name: M24C04
Name: M24C32
Name: M00C00
Name: M24C04
Name: M24C04
Name: M24C32
Name: M24C04
Name: N24C04
Name: M24C04
Name: M24C02
Name: N24C04
Name: M24C04
Name: M24C04
Name: BR24H128
Name: M24C32
Name: N24C04

Serializers:
Serializer name: TPG_SERIALIZER
Serializer name: DS90UB953
Serializer name: DS90UB971
Serializer name: MAX9295
Serializer name: MAX96705
Serializer name: MAX96717F
Serializer name: MAX96717
Serializer name: MAX96759
Serializer name: MAX96793

Serializers:
Deserializer name: CNVM_TPG_DESERIALZIER
Deserializer name: DS90UB9702
Deserializer name: DS90UB9724
Deserializer name: MAX96712_Fusa
Deserializer name: MAX96712_Sddp
Deserializer name: MAX96722_Fusa
Deserializer name: MAX96712_Fusa_nv
Deserializer name: MAX96722_Fusa_nv
Deserializer name: MAX96712
Deserializer name: MAX96712_BYPASS
Deserializer name: MAX96722
Deserializer name: MAX96724_Fusa_nv
Deserializer name: MAX96724F_Fusa_nv
Deserializer name: MAX96792A

Hi @SivaRamaKrishnaNV

It is not working with camera sample. Here is the query.txt. What should be done for this issue ?

query.txt (3.9 MB)

When i run Camera sample, here is the output that i am getting this error:

Based on the logs,

Camera is being Identified correctly

  • Camera Match Name: OX08D10-EXAE-AA1C_R1D
  • Description: OX08D10, MAX96717, 30FPS

Driveworks is able to find the NITO file

  • CameraClient: using NITO found at
  • /usr/share/camera/OX08D10-EXAE-AA1C_R1D.nito

But then i get the error:

  • Unsupported camera module vendor OX08D10-EXAE-AA1C_R1D
  • Driveworks exception thrown:
  • DW_INVALID_ARGUMENT: Invalid camera vendor type

Followed by:

  • DW Error DW_INVALID_ARGUMENT executing DW function:
  • dwSAL_createSensor(…)

How do i fix this? @SivaRamaKrishnaNV can you please help out

logs.txt (20.8 KB)

Could you please add skip-eeprom=1 to gmsl parameters in rig.json and see if the error can be bypassed?

Hi @SivaRamaKrishnaNV

I tried adding this parameter. It shows the error below now.

CameraMaster::parseCSIPortMapInfo failed to read deserializer Tx port number from device tree

Failed to set platform config master camera!10

CameraClient: Failed to set Pipeline configuration for client with id 0, status 9

DW_NVMEDIA_ERROR: CameraClient: Failed to set pipeline configuration!

logs.txt (22.0 KB)

I have attached the logs for this.

Hi @SivaRamaKrishnaNV

I could make another observation. Not sure if this could be the root cause.
**
When I run the nvsipl_camera command**

sudo ./nvsipl_camera -c OX08D10-EXAE-AA1C_R1D_CPHY_x2 --link-enable-masks ‘0x0000 0x0000 0x1000 0x0000’ --disableISP0Output --disableISP1Output --disableISP2Output --enableRawOutput -d 0 -v 4

The logs indicate:

libnvsipl_query.so: ApplyMask: block:2 enabled

libnvsipl_query.so: ApplyMask: module:3 enabled

This indicates camera is connected:

Device Block = 2

Camera Module = 3

When i run the sample_camera application with my rig file,

DriveWorks successfully detects the camera, serializer and deserializer but there is a mismatch in the identified deviceBlock and camera module

Based on sample_camera logs:

Device Block : 0

CameraModule index: 1

linkIndex is 4294967295 = 0xFFFFFFFF

  1. Is there any additional rig parameters that are required to select Device Block 2 / Module 3.

  2. Is linkIndex = 4294967295 a known DriveWorks 7.0.3 topology-mapping issue.

@SivaRamaKrishnaNV Any update on this ? This has been a huge blocker for progressing further.

Does OX08D10-EXAE-AA1C_R1D_CPHY_x4 platform config works with nvsipl_camera? Can you try with link=3, deserializer=MAX96712_Fusa_nv in rig.json and interface=csi-ef.

I my case the problem has gone and I got working ./sample_camera by updating rig file ‘rig/sensors/parameter’ value to camera-name=OX08D10-EXAE-AA1C_R1D,deserializer=MAX96712_Fusa_nv,disable-custintf=1,groupInit=1,interface=csi-ef,CPHY-mode=1,link=0,output-format=processed,skip-eeprom=1,async-record=1,file-buffer-size=16777216

link={0|1|2|3} to get stream from relevant deserializer link. Finally I got 4 cameras working in parallel from MAX96712 deserializer.

correct. This is the expected gsml params to use. @keshav.poygaipakkamkhanda could you try with these? make sure correct link value as per camera index

This worked. Thank you for your feedback!