Function: dvpp_set_roi_config_right

C Prototype

aclError acldvppSetRoiConfigRight (acldvppRoiConfig *config, uint32_t right)

Python Function

ret = acl.media.dvpp_set_roi_config_right (roi_config, right)

Function Usage

Sets the ROI position: right 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.

right: int, right offset.

  • Must be an odd number on the Atlas 200/300/500 Inference Product.
  • Must be an odd number on the Atlas Training Series Product.

Return Value

ret: int, error code.