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.

  • 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.