Describes a client of the pipeline.
Definition at line 186 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 | |
| OutputType | eOutputType |
| Holds an OutputType. More... | |
| INvMCallback * | callback |
| Holds a pointer to a user-implemented class object inheriting from INvMCallback. 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 189 of file NvSIPLClient.hpp.
| INvMCallback* nvsipl::INvSIPLClient::ConsumerDesc::callback |
Holds a pointer to a user-implemented class object inheriting from INvMCallback.
Definition at line 199 of file NvSIPLClient.hpp.
| OutputType nvsipl::INvSIPLClient::ConsumerDesc::eOutputType |
Holds an OutputType.
Definition at line 197 of file NvSIPLClient.hpp.