NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
nvsipl::NvSIPLPipelineCfg Struct Reference

Detailed Description

Defines the camera pipeline configuration.

Deprecated:
This struct is deprecated and will be removed in a future release. Use NvSIPLPipelineConfiguration instead.

Definition at line 237 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLPipelineCfg:

Data Fields

std::vector< INvSIPLClient::ConsumerDescclients
 Holds a vector of INvSIPLClient::ConsumerDesc. More...
 
NvSIPLDownscaleCropCfg downscaleCropCfg {}
 Holds a downscale and crop configuration. More...
 
NvSIPLPipelineNotifiernotifier {nullptr}
 Holds a pointer to an NvSIPLPipelineNotifier. More...
 
NvSIPLImageGroupWriterimageGroupWriter {nullptr}
 Holds a pointer to an NvSIPLImageGroupWriter. More...
 

Field Documentation

◆ clients

std::vector<INvSIPLClient::ConsumerDesc> nvsipl::NvSIPLPipelineCfg::clients

Holds a vector of INvSIPLClient::ConsumerDesc.

Definition at line 240 of file NvSIPLPipelineMgr.hpp.

◆ downscaleCropCfg

NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineCfg::downscaleCropCfg {}

Holds a downscale and crop configuration.

Definition at line 243 of file NvSIPLPipelineMgr.hpp.

◆ imageGroupWriter

NvSIPLImageGroupWriter* nvsipl::NvSIPLPipelineCfg::imageGroupWriter {nullptr}

Holds a pointer to an NvSIPLImageGroupWriter.

Definition at line 249 of file NvSIPLPipelineMgr.hpp.

◆ notifier

NvSIPLPipelineNotifier* nvsipl::NvSIPLPipelineCfg::notifier {nullptr}

Holds a pointer to an NvSIPLPipelineNotifier.

Definition at line 246 of file NvSIPLPipelineMgr.hpp.


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