Function: dvpp_set_roi_config_bottom
C Prototype |
aclError acldvppSetRoiConfigBottom(acldvppRoiConfig *config, uint32_t bottom) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_roi_config_bottom(roi_config, bottom) |
Function Usage |
Sets the ROI position: bottom 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. bottom: int, bottom offset.
|
Return Value |
ret: int, error code.
|
Parent topic: VPC