Defines the camera pipeline configuration.
Definition at line 222 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 225 of file NvSIPLPipelineMgr.hpp.
| NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineCfg::downscaleCropCfg {} |
Holds a downscale and crop configuration.
Definition at line 228 of file NvSIPLPipelineMgr.hpp.
| NvSIPLImageGroupWriter* nvsipl::NvSIPLPipelineCfg::imageGroupWriter {nullptr} |
Holds a pointer to an NvSIPLImageGroupWriter.
Definition at line 234 of file NvSIPLPipelineMgr.hpp.
| NvSIPLPipelineNotifier* nvsipl::NvSIPLPipelineCfg::notifier {nullptr} |
Holds a pointer to an NvSIPLPipelineNotifier.
Definition at line 231 of file NvSIPLPipelineMgr.hpp.