Defines the camera pipeline configuration.
Definition at line 237 of file NvSIPLPipelineMgr.hpp.

Data Fields | |
| std::vector< INvSIPLClient::ConsumerDesc > | clients |
| Holds a vector of INvSIPLClient::ConsumerDesc. More... | |
| NvSIPLDownscaleCropCfg | downscaleCropCfg {} |
| Holds a downscale and crop configuration. More... | |
| NvSIPLPipelineNotifier * | notifier {nullptr} |
| Holds a pointer to an NvSIPLPipelineNotifier. More... | |
| NvSIPLImageGroupWriter * | imageGroupWriter {nullptr} |
| Holds a pointer to an NvSIPLImageGroupWriter. More... | |
| std::vector<INvSIPLClient::ConsumerDesc> nvsipl::NvSIPLPipelineCfg::clients |
Holds a vector of INvSIPLClient::ConsumerDesc.
Definition at line 240 of file NvSIPLPipelineMgr.hpp.
| NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineCfg::downscaleCropCfg {} |
Holds a downscale and crop configuration.
Definition at line 243 of file NvSIPLPipelineMgr.hpp.
| NvSIPLImageGroupWriter* nvsipl::NvSIPLPipelineCfg::imageGroupWriter {nullptr} |
Holds a pointer to an NvSIPLImageGroupWriter.
Definition at line 249 of file NvSIPLPipelineMgr.hpp.
| NvSIPLPipelineNotifier* nvsipl::NvSIPLPipelineCfg::notifier {nullptr} |
Holds a pointer to an NvSIPLPipelineNotifier.
Definition at line 246 of file NvSIPLPipelineMgr.hpp.