函数:dvpp_set_roi_config_bottom
产品支持情况
产品  | 
是否支持  | 
|---|---|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
使用说明
C函数原型  | 
aclError acldvppSetRoiConfigBottom(acldvppRoiConfig *config, uint32_t bottom)  | 
|---|---|
Python函数  | 
ret = acl.media.dvpp_set_roi_config_bottom(roi_config, bottom)  | 
函数功能  | 
设置某个区域的位置信息:下偏移。  | 
输入说明  | 
roi_config:int,描述某个区域位置数据的指针地址。需提前调用acl.media.dvpp_create_roi_config接口创建的数据。 bottom:int,下偏移。 
  | 
返回值说明  | 
ret:int,错误码。 
  | 
父主题: VPC功能