NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release

Detailed Description

Holds Co-ordinates for Region of Interest.


ROI width = endX - startX + 1;
ROI height = endY - startY + 1;
Constraints for ROI programming:
startX needs to align to 32 pixels and width needs to be greater than 32 pixels.
startY needs to align to 16 pixels and height needs to be greater than 16 pixels.
If ROI coordinates do not follow the above constraints, driver will try to align ROI params.

Definition at line 198 of file nvmedia_iofa.h.

Data Fields

uint16_t startX
 ROI top-left x index (in pixel unit) More...
 
uint16_t startY
 ROI top-left y index (in pixel unit) More...
 
uint16_t endX
 ROI bottom-right index (in pixel unit). More...
 
uint16_t endY
 ROI bottom-right index (in pixel unit). More...
 

Field Documentation

◆ endX

uint16_t NvMediaIofaROIRectParams::endX

ROI bottom-right index (in pixel unit).

Only endX - 1 co-ordinate is included in ROI

Definition at line 205 of file nvmedia_iofa.h.

◆ endY

uint16_t NvMediaIofaROIRectParams::endY

ROI bottom-right index (in pixel unit).

Only endY - 1 co-ordinate is included in ROI

Definition at line 207 of file nvmedia_iofa.h.

◆ startX

uint16_t NvMediaIofaROIRectParams::startX

ROI top-left x index (in pixel unit)

Definition at line 201 of file nvmedia_iofa.h.

◆ startY

uint16_t NvMediaIofaROIRectParams::startY

ROI top-left y index (in pixel unit)

Definition at line 203 of file nvmedia_iofa.h.


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