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

| Data Fields | |
| bool | captureOutputRequested {false} | 
| trueif the client wants capture output frames to be delivered  More... | |
| bool | isp0OutputRequested {false} | 
| trueif the client wants frames to be delivered from the first ISP output  More... | |
| bool | isp1OutputRequested {false} | 
| trueif the client wants frames to be delivered from the second ISP output  More... | |
| NvSIPLDownscaleCropCfg | downscaleCropCfg {} | 
| Holds a downscale and crop configuration.  More... | |
| NvSIPLImageGroupWriter * | imageGroupWriter {nullptr} | 
| Holds a pointer to an NvSIPLImageGroupWriter.  More... | |
| bool nvsipl::NvSIPLPipelineConfiguration::captureOutputRequested {false} | 
true if the client wants capture output frames to be delivered 
Definition at line 259 of file NvSIPLPipelineMgr.hpp.
| NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineConfiguration::downscaleCropCfg {} | 
Holds a downscale and crop configuration.
Definition at line 268 of file NvSIPLPipelineMgr.hpp.
| NvSIPLImageGroupWriter* nvsipl::NvSIPLPipelineConfiguration::imageGroupWriter {nullptr} | 
Holds a pointer to an NvSIPLImageGroupWriter.
Definition at line 271 of file NvSIPLPipelineMgr.hpp.
| bool nvsipl::NvSIPLPipelineConfiguration::isp0OutputRequested {false} | 
true if the client wants frames to be delivered from the first ISP output 
Definition at line 262 of file NvSIPLPipelineMgr.hpp.
| bool nvsipl::NvSIPLPipelineConfiguration::isp1OutputRequested {false} | 
true if the client wants frames to be delivered from the second ISP output 
Definition at line 265 of file NvSIPLPipelineMgr.hpp.