Function: dvpp_set_roi_config
C Prototype |
aclError acldvppSetRoiConfig(acldvppRoiConfig *config, uint32_t left, uint32_t right, uint32_t top, uint32_t bottom) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_roi_config(roi_config, left, right, top, bottom) |
Function Usage |
Sets an ROI configuration. |
Input Description |
roi_config: int, pointer address of the location data of a specified region. Call acl.media.dvpp_create_roi_config in advance to create data. left: int, left offset.
right: int, right offset.
top: int, top offset.
bottom: int, bottom offset.
|
Return Value |
ret: int, error code.
|
Parent topic: VPC