Detailed information of camera.gmsl parameters in rig configuration file

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.7.1.8928
other

Host Machine Version
native Ubuntu 18.04
other

We checked DriveWorks SDK Reference: Camera but there are many camera.gmsl parameters not clearly described:

  • isp-mode
  • format
  • frame-mod
  • fifo-size
  • file-buffer-size
  • async-record
  • etc.

Many of them are not mentioned in the document but appeared in sample rig files:

  • /usr/local/driveworks-4.0/data/samples/sensors/camera/camera/rig_ar0820.json
  • /usr/local/driveworks-4.0/data/samples/sensors/camera/camera/rig_imx390_ar0820.json
  • /usr/local/driveworks-4.0/tools/capture/configs/rwd/hyperion7_1/release.json

How could we get information about these parameters?

Dear @v.tindnt,

  1. possible values for isp-mode = { `yuv420_uint8,yuv420_uint16,yuv444-unit16}. Please see more details at https://docs.nvidia.com/drive/driveworks-4.0/camera_supported_output_types.html
  2. fifo-size : It indicate the size of the fifo buffer in which the captured frames are kept by NvSIPL library. Please see https://docs.nvidia.com/drive/driveworks-4.0/camera_mainsection.html for more details.

For other parameters, please check https://docs.nvidia.com/drive/driveworks-4.0/dwx_config_ref.html

1 Like

Thank @SivaRamaKrishnaNV for your useful information.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.