NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 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 334 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 337 of file nvmedia_ipp.h.

float_t NvMediaIPPPropertyStatic::ispMaxDigitalGain

Holds ISP maximum digital gain.

Definition at line 340 of file nvmedia_ipp.h.

NvMediaPoint NvMediaIPPPropertyStatic::kneePoints[NVMEDIA_IPP_MAX_KNEEPOINTS]

Holds the companding curve knee points.

Definition at line 346 of file nvmedia_ipp.h.

NvMediaISCModuleConfig* NvMediaIPPPropertyStatic::moduleConfig

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

Definition at line 350 of file nvmedia_ipp.h.

unsigned int NvMediaIPPPropertyStatic::numKneePoints

Holds the number of companding curve knee points.

Definition at line 343 of file nvmedia_ipp.h.


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