![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release |
Holds static properties associated with a camera.
Definition at line 334 of file nvmedia_ipp.h.
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... | |
NvMediaISCModuleConfig * | moduleConfig |
A pointer to the camera module name and camera-specific configuration string. More... | |
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.