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 196 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... | |
uint16_t NvMediaIofaROIRectParams::endX |
ROI bottom-right index (in pixel unit).
Only endX - 1 co-ordinate is included in ROI
Definition at line 203 of file nvmedia_iofa.h.
uint16_t NvMediaIofaROIRectParams::endY |
ROI bottom-right index (in pixel unit).
Only endY - 1 co-ordinate is included in ROI
Definition at line 205 of file nvmedia_iofa.h.
uint16_t NvMediaIofaROIRectParams::startX |
ROI top-left x index (in pixel unit)
Definition at line 199 of file nvmedia_iofa.h.
uint16_t NvMediaIofaROIRectParams::startY |
ROI top-left y index (in pixel unit)
Definition at line 201 of file nvmedia_iofa.h.