NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSIPLPipelineBufferCfg Struct Reference

Detailed Description

Data structure to define the camera pipeline buffer configuration.

Definition at line 368 of file NvSIPLPipelineMgr.hpp.

Data Fields

uint16_t maxCaptureBufferCount {DEFAULT_SET_CAPTURE_BUFFER_COUNT}
 Max capture output buffers that client wants to register with the pipeline. More...
 
uint16_t maxIsp0BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}
 Max ISP0 output buffers that client wants to register with the pipeline. More...
 
uint16_t maxIsp1BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}
 Max ISP1 output buffers that client wants to register with the pipeline. More...
 
uint16_t maxIsp2BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}
 Max ISP2 output buffers that client wants to register with the pipeline. More...
 

Field Documentation

◆ maxCaptureBufferCount

uint16_t nvsipl::NvSIPLPipelineBufferCfg::maxCaptureBufferCount {DEFAULT_SET_CAPTURE_BUFFER_COUNT}

Max capture output buffers that client wants to register with the pipeline.

Valid range: [3, UINT16_MAX] for ICP output (live capture) [1, UINT16_MAX] for ICP output (reprocess mode) : Non-Safety

Definition at line 375 of file NvSIPLPipelineMgr.hpp.

◆ maxIsp0BufferCount

uint16_t nvsipl::NvSIPLPipelineBufferCfg::maxIsp0BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}

Max ISP0 output buffers that client wants to register with the pipeline.

Valid range: [1, UINT16_MAX]

Definition at line 381 of file NvSIPLPipelineMgr.hpp.

◆ maxIsp1BufferCount

uint16_t nvsipl::NvSIPLPipelineBufferCfg::maxIsp1BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}

Max ISP1 output buffers that client wants to register with the pipeline.

Valid range: [1, UINT16_MAX]

Definition at line 387 of file NvSIPLPipelineMgr.hpp.

◆ maxIsp2BufferCount

uint16_t nvsipl::NvSIPLPipelineBufferCfg::maxIsp2BufferCount {DEFAULT_SET_ISP_BUFFER_COUNT}

Max ISP2 output buffers that client wants to register with the pipeline.

Valid range: [1, UINT16_MAX]

Definition at line 393 of file NvSIPLPipelineMgr.hpp.


The documentation for this struct was generated from the following file: