![]() | NVIDIA DRIVE OS 5.1 Linux SDK Developer Guide 5.1.15 Release |
Note: | NvMedia Image Processing Pipeline (IPP) APIs are deprecated in this release. Instead, use NvMedia Sensor Input Processing Library (SIPL) APIs. The deprecated APIs and the associated sample applications will be removed in a future release. |
Option | Description | Optional/Required | Default |
-cf | Specifies the capture configuration file. | Optional | Configs/default.conf |
-c | Specifies the parameters set name to be used for the capture configuration. The details such as: input surface format, resolution, or number of embedded data lines are obtained from the configuration set. | Optional | The first configuration set with the capture configuration file. |
--sampleplugin | Specifies the use of the sample IPP plugins, as provided as part of the tests, for control algorithm components. | Optional | N/A |
--noplugin | Specifies use of no auto-control plugin for control algorithm components. | Optional | N/A |
-lps | Prints the configuration sets available in the capture configuration file as specified by the -cf option. | Optional | N/A |
-i | Specifies the input file to process. | Required | N/A |
-o | Specifies the output file prefix. The output file of pipeline [n] is created as: [prefix]_out_[n]_[width]x[height].yuv | Required | N/A |
--o1size | Specifies the downscale output1 size in the format of wxh. | Optional | No downscale |
--o1 | Specifies the ISP output1 format. The value may be any of the output formats listed in the table of output formats below. | Optional | yuv420_8b |
--o2 | Specifies the ISP output2 format. The value may be any of the output formats listed in the table of output formats below. | Optional. | By default, output2 of the ISP is disabled. |
--save-metadata | Provides the filename prefix for the metadata output. The filename used to save the metadata of pipeline [n] has the following format: <prefix>_<n>.meta Without this option, the metadata is not dumped. | Required if the metadata must be dumped; otherwise optional. | By default, metadata is not dumped. |
--bayer-format | Specifies the bayer format of the input file. Possible values are: • BGGR • RGGB • GRBG • GBRG | Optional | BGGR |
--surface-layout | Layout of the surface. Supported layouts are: • PL • BL | Optional | PL |
-v | Specifies the logging level. Possible values are: • 0 Errors • 1 Warnings • 2 Info • 3 Debug | Optional | Default = 0 |
-h | Print usage | Optional | N/A |
Output Format* | Color Standard |
yuv420_8b | NVM_SURF_ATTR_COLOR_STD_REC709_ER |
yuv420_16b | NVM_SURF_ATTR_COLOR_STD_REC2020PQ_ER |
yuv420_16b_709er | NVM_SURF_ATTR_COLOR_STD_REC709_ER |
yuv444_8b | NVM_SURF_ATTR_COLOR_STD_REC709_ER |
yuv444_16b | NVM_SURF_ATTR_COLOR_STD_REC2020PQ_ER |
yuv444_16b_709er | NVM_SURF_ATTR_COLOR_STD_REC709_ER |
rgb_srgb_8b | NVM_SURF_ATTR_COLOR_STD_SRGB |
rgb_srgb_16f | NVM_SURF_ATTR_COLOR_STD_SRGB |
rgb_sensor_16f | NVM_SURF_ATTR_COLOR_STD_SENSOR_RGBA |
* - Values may be used in the ‑‑o1 and --o2 command line options described in the table of command line options above. |