hi_mpi_vpc_roundview_stitching
The
The
Description
Delivers a surround-view stitching task.
Restrictions
Surround-view stitching tasks cannot be concurrently delivered in one channel. A surround-view stitching task can be delivered through hi_mpi_vpc_roundview_stitching only after the call to hi_mpi_vpc_get_process_result.
Prototype
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)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Channel ID for image processing. |
roundview_stitching_pic_param |
Input |
Input and output image information.
|
milli_sec |
Input |
Timeout interval (ms).
|
task_id |
Output |
Task ID, used to identify a task. |
Returns
- 0: success
- Other values: failure. For details, see VPC Return Codes.