![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Defines a consumer of the output of the SIPL pipeline.
This object must be allocated and set by the user of NvSIPL Camera (libnvsipl.so) to specify the properties of the intended consumers of the pipeline output(s).
Definition at line 80 of file NvSIPLClient.hpp.
Public Types | |
enum | OutputType { OutputType::ICP, OutputType::ISP0, OutputType::ISP1 } |
Defines the types of the SIPL pipeline output. More... | |
Data Fields | |
std::string | sName |
Holds the name of the consumer. More... | |
std::uint32_t | uSensorIndex |
Holds the ID of the sensor. More... | |
OutputType | eOutputType |
Holds the OutputType. More... | |
|
strong |
Defines the types of the SIPL pipeline output.
Enumerator | |
---|---|
ICP |
Indicates the unprocessed output of the image sensor. |
ISP0 |
Indicates the first output of NvMediaISP. |
ISP1 |
Indicates the second output of NvMediaISP. |
Definition at line 83 of file NvSIPLClient.hpp.
OutputType nvsipl::INvSIPLClient::ConsumerDesc::eOutputType |
Holds the OutputType.
Definition at line 95 of file NvSIPLClient.hpp.
std::string nvsipl::INvSIPLClient::ConsumerDesc::sName |
Holds the name of the consumer.
Definition at line 91 of file NvSIPLClient.hpp.
std::uint32_t nvsipl::INvSIPLClient::ConsumerDesc::uSensorIndex |
Holds the ID of the sensor.
This must be one of the IDs in PlatformCfg.
Definition at line 93 of file NvSIPLClient.hpp.