NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvSIPLAutoControlInputImageInfo Struct Reference

Detailed Description

Input image attributes.

Definition at line 99 of file nvsipl_plugindef.h.

Collaboration diagram for NvSIPLAutoControlInputImageInfo:

Data Fields

uint32_t numPlane
 Number of input images for ISP to process. More...
 
uint32_t width
 Input image width. More...
 
uint32_t height
 Input image height. More...
 
NvMediaRect cropRect
 Input image crop location. More...
 
uint32_t cfaFormat
 Input image CFA, define as NVM_SURF_ATTR_COMPONENT_ORDER_XXXX in nvmedia_surface.h. More...
 
uint32_t id
 camera ID in the car config, left, right, etc. More...
 

Field Documentation

◆ cfaFormat

uint32_t NvSIPLAutoControlInputImageInfo::cfaFormat

Input image CFA, define as NVM_SURF_ATTR_COMPONENT_ORDER_XXXX in nvmedia_surface.h.

Definition at line 109 of file nvsipl_plugindef.h.

◆ cropRect

NvMediaRect NvSIPLAutoControlInputImageInfo::cropRect

Input image crop location.

Definition at line 107 of file nvsipl_plugindef.h.

◆ height

uint32_t NvSIPLAutoControlInputImageInfo::height

Input image height.

Definition at line 105 of file nvsipl_plugindef.h.

◆ id

uint32_t NvSIPLAutoControlInputImageInfo::id

camera ID in the car config, left, right, etc.

Definition at line 111 of file nvsipl_plugindef.h.

◆ numPlane

uint32_t NvSIPLAutoControlInputImageInfo::numPlane

Number of input images for ISP to process.

Definition at line 101 of file nvsipl_plugindef.h.

◆ width

uint32_t NvSIPLAutoControlInputImageInfo::width

Input image width.

Definition at line 103 of file nvsipl_plugindef.h.


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