NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIPPPropertyStatic Struct Reference

Detailed Description

Holds static properties associated with a camera.

Definition at line 300 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

NvMediaISPSize NvMediaIPPPropertyStatic::activeArraySize

Holds active array size of sensor excluding embedded lines.

Definition at line 303 of file nvmedia_ipp.h.

float_t NvMediaIPPPropertyStatic::ispMaxDigitalGain

Holds ISP maximum digital gain.

Definition at line 306 of file nvmedia_ipp.h.

NvMediaPoint NvMediaIPPPropertyStatic::kneePoints[NVMEDIA_IPP_MAX_KNEEPOINTS]

Holds the companding curve knee points.

Definition at line 312 of file nvmedia_ipp.h.

NvMediaISCModuleConfig* NvMediaIPPPropertyStatic::moduleConfig

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

Definition at line 316 of file nvmedia_ipp.h.

unsigned int NvMediaIPPPropertyStatic::numKneePoints

Holds the number of companding curve knee points.

Definition at line 309 of file nvmedia_ipp.h.


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