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... | |
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.
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.
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.
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.