Structure containing edge crop configuration - used in DSS.
struct Fvid2_EdgeCropConfig
A frame has four edges: top, bottom, left and right. User can decide to crop in any direction. cropTop will be used to remove the particular number of lines from the top of the frame. Similarly other fields will be used.
Data Fields | |
uint32_t | cropTop |
uint32_t | cropBottom |
uint32_t | cropLeft |
uint32_t | cropRight |
uint32_t Fvid2_EdgeCropConfig::cropTop |
Crop Top Edge in Lines
uint32_t Fvid2_EdgeCropConfig::cropBottom |
Crop Bottom Edge in Lines
uint32_t Fvid2_EdgeCropConfig::cropLeft |
Crop Left Edge in Pixels
uint32_t Fvid2_EdgeCropConfig::cropRight |
Crop Right Edge in Pixels