NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Holds static properties associated with a camera.

Definition at line 344 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPPropertyStatic:

Data Fields

NvMediaISPSize activeArraySize
 Holds active array size of sensor excluding embedded lines. More...
 
float_t ispMaxDigitalGain
 Holds ISP maximum digital gain. More...
 
unsigned int numKneePoints
 Holds the number of companding curve knee points. More...
 
NvMediaPoint kneePoints [NVMEDIA_IPP_MAX_KNEEPOINTS]
 Holds the companding curve knee points. More...
 
NvMediaISCModuleConfigmoduleConfig
 A pointer to the camera module name and camera-specific configuration string. More...
 

Field Documentation

◆ activeArraySize

NvMediaISPSize NvMediaIPPPropertyStatic::activeArraySize

Holds active array size of sensor excluding embedded lines.

Definition at line 347 of file nvmedia_ipp.h.

◆ ispMaxDigitalGain

float_t NvMediaIPPPropertyStatic::ispMaxDigitalGain

Holds ISP maximum digital gain.

Definition at line 350 of file nvmedia_ipp.h.

◆ kneePoints

NvMediaPoint NvMediaIPPPropertyStatic::kneePoints[NVMEDIA_IPP_MAX_KNEEPOINTS]

Holds the companding curve knee points.

Definition at line 356 of file nvmedia_ipp.h.

◆ moduleConfig

NvMediaISCModuleConfig* NvMediaIPPPropertyStatic::moduleConfig

A pointer to the camera module name and camera-specific configuration string.

Definition at line 360 of file nvmedia_ipp.h.

◆ numKneePoints

unsigned int NvMediaIPPPropertyStatic::numKneePoints

Holds the number of companding curve knee points.

Definition at line 353 of file nvmedia_ipp.h.


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