AM62Px MCU+ SDK  09.01.00

Detailed Description

Structure containing crop configuration - used in Scaler and VCOMP.

struct Fvid2_CropConfig

Data Fields

uint32_t cropStartX
 
uint32_t cropStartY
 
uint32_t cropWidth
 
uint32_t cropHeight
 

Field Documentation

◆ cropStartX

uint32_t Fvid2_CropConfig::cropStartX

Horizontal offset from which picture needs to be cropped.

◆ cropStartY

uint32_t Fvid2_CropConfig::cropStartY

Vertical offset from which picture needs to be cropped.

◆ cropWidth

uint32_t Fvid2_CropConfig::cropWidth

Width of the picture to be cropped.

◆ cropHeight

uint32_t Fvid2_CropConfig::cropHeight

Height of the picture to be cropped.