NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvsipl::INvSIPLClient::ConsumerDesc Struct Reference

Detailed Description

Describes a client of the pipeline.

Definition at line 181 of file NvSIPLClient.hpp.

Collaboration diagram for nvsipl::INvSIPLClient::ConsumerDesc:

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...
 
INvMCallbackcallback
 Holds a pointer to a user-implemented class object inheriting from INvMCallback. More...
 

Member Enumeration Documentation

◆ OutputType

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 184 of file NvSIPLClient.hpp.

Field Documentation

◆ callback

INvMCallback* nvsipl::INvSIPLClient::ConsumerDesc::callback

Holds a pointer to a user-implemented class object inheriting from INvMCallback.

Definition at line 194 of file NvSIPLClient.hpp.

◆ eOutputType

OutputType nvsipl::INvSIPLClient::ConsumerDesc::eOutputType

Holds an OutputType.

Definition at line 192 of file NvSIPLClient.hpp.


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