hi_mpi_vpc_roundview_stitching
产品支持情况
产品  | 
是否支持  | 
|---|---|
x  | 
|
x  | 
|
x  | 
|
x  | 
|
x  | 
|
x  | 
功能说明
下发环视拼接任务。
不能在一个通道内并发下发多个环视拼接任务。需要hi_mpi_vpc_get_process_result后,再通过hi_mpi_vpc_roundview_stitching接口下发环视拼接任务。
函数原型
hi_s32 hi_mpi_vpc_roundview_stitching(hi_vpc_chn chn, hi_roundview_stitching_pic_param *roundview_stitching_pic_param, hi_u32 *task_id, hi_s32 milli_sec)
参数说明
参数名  | 
输入/输出  | 
说明  | 
|---|---|---|
chn  | 
输入  | 
图片处理通道号。  | 
roundview_stitching_pic_param  | 
输入  | 
输入和输出图片信息。 
  | 
milli_sec  | 
输入  | 
超时时间,单位是毫秒。 
  | 
task_id  | 
输出  | 
此次任务分配的ID,用来区分任务。  | 
返回值说明
- 0:成功
 - 非0:失败,参见VPC图像处理返回码
 
父主题: VPC图像处理功能