Function: dvpp_set_roi_config_top
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Sets the location of an ROI: top offset.
Prototype
- C Prototype
1aclError acldvppSetRoiConfigTop(acldvppRoiConfig *config, uint32_t top)
- Python Function
1ret = acl.media.dvpp_set_roi_config_top(roi_config, top)
Parameter Description
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. |
top |
Int, top offset.
|
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: VPC