NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::NvSIPLPipelineConfiguration Struct Reference

Detailed Description

Defines the camera pipeline configuration.

Definition at line 302 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLPipelineConfiguration:

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...
 
NvSIPLImageGroupWriterimageGroupWriter {nullptr}
 Holds a pointer to an NvSIPLImageGroupWriter. More...
 
bool disableSubframe {false}
 true if the client wants to disable the subframe feature More...
 

Field Documentation

◆ captureOutputRequested

bool nvsipl::NvSIPLPipelineConfiguration::captureOutputRequested {false}

true if the client wants capture output frames to be delivered

Definition at line 305 of file NvSIPLPipelineMgr.hpp.

◆ disableSubframe

bool nvsipl::NvSIPLPipelineConfiguration::disableSubframe {false}

true if the client wants to disable the subframe feature

Definition at line 330 of file NvSIPLPipelineMgr.hpp.

◆ downscaleCropCfg

NvSIPLDownscaleCropCfg nvsipl::NvSIPLPipelineConfiguration::downscaleCropCfg {}

Holds a downscale and crop configuration.

Definition at line 317 of file NvSIPLPipelineMgr.hpp.

◆ imageGroupWriter

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

Holds a pointer to an NvSIPLImageGroupWriter.

Definition at line 327 of file NvSIPLPipelineMgr.hpp.

◆ isp0OutputRequested

bool nvsipl::NvSIPLPipelineConfiguration::isp0OutputRequested {false}

true if the client wants frames to be delivered from the first ISP output

Definition at line 308 of file NvSIPLPipelineMgr.hpp.

◆ isp1OutputRequested

bool nvsipl::NvSIPLPipelineConfiguration::isp1OutputRequested {false}

true if the client wants frames to be delivered from the second ISP output

Definition at line 311 of file NvSIPLPipelineMgr.hpp.

◆ isp2OutputRequested

bool nvsipl::NvSIPLPipelineConfiguration::isp2OutputRequested {false}

true if the client wants frames to be delivered from the third ISP output

Definition at line 314 of file NvSIPLPipelineMgr.hpp.

◆ statsOverrideSettings

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 324 of file NvSIPLPipelineMgr.hpp.


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