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

Data Fields | |
| bool | captureOutputRequested {false} |
true if the client wants capture output frames to be delivered More... | |
| bool | isp0OutputRequested {false} |
true if the client wants frames to be delivered from the first ISP output More... | |
| bool | isp1OutputRequested {false} |
true if the client wants frames to be delivered from the second ISP output More... | |
| bool | isp2OutputRequested {false} |
true if the client wants frames to be delivered from the third ISP output More... | |
| NvSIPLDownscaleCropCfg | downscaleCropCfg {} |
| Holds a downscale and crop configuration. More... | |
| NvSIPLIspStatsOverrideSetting | statsOverrideSettings {} |
| Holds ISP statistics override parameters. More... | |
| NvSIPLImageGroupWriter * | imageGroupWriter {nullptr} |
| Holds a pointer to an NvSIPLImageGroupWriter. More... | |
| bool | enableFuSaCapBackend {false} |
true if the client wants to use FuSa Capture backend instead of NvMedia backend More... | |
| bool nvsipl::NvSIPLPipelineConfiguration::captureOutputRequested {false} |
true if the client wants capture output frames to be delivered
Definition at line 281 of file NvSIPLPipelineMgr.hpp.
| NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineConfiguration::downscaleCropCfg {} |
Holds a downscale and crop configuration.
Definition at line 293 of file NvSIPLPipelineMgr.hpp.
| bool nvsipl::NvSIPLPipelineConfiguration::enableFuSaCapBackend {false} |
true if the client wants to use FuSa Capture backend instead of NvMedia backend
Definition at line 306 of file NvSIPLPipelineMgr.hpp.
| NvSIPLImageGroupWriter* nvsipl::NvSIPLPipelineConfiguration::imageGroupWriter {nullptr} |
Holds a pointer to an NvSIPLImageGroupWriter.
Definition at line 303 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 284 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 287 of file NvSIPLPipelineMgr.hpp.
| bool nvsipl::NvSIPLPipelineConfiguration::isp2OutputRequested {false} |
true if the client wants frames to be delivered from the third ISP output
Definition at line 290 of file NvSIPLPipelineMgr.hpp.
| NvSIPLIspStatsOverrideSetting nvsipl::NvSIPLPipelineConfiguration::statsOverrideSettings {} |
Holds ISP statistics override parameters.
ISP statistcis settings enabled in @NvSIPLIspStatsOverrideSetting will override the statistics settings provided in NITO
Definition at line 300 of file NvSIPLPipelineMgr.hpp.