Function: dvpp_set_roi_config_bottom
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the ROI position: bottom offset.
Prototype
- C Prototype
1aclError acldvppSetRoiConfigBottom(acldvppRoiConfig *config, uint32_t bottom)
- Python Function
1ret = acl.media.dvpp_set_roi_config_bottom(roi_config, bottom)
Parameters
Parameter |
Description |
|---|---|
roi_config |
Int, pointer address of the location data of a specified ROI. Call acl.media.dvpp_create_roi_config in advance to create data. |
bottom |
Int, bottom offset.
|
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code. 0 on success; else, failure. |
Parent topic: VPC