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