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