acl.himpi.vpc_get_process_result
|
C Prototype |
hi_s32 hi_mpi_vpc_get_process_result(hi_vpc_chn chn, hi_u32 task_id, hi_s32 milli_sec); |
|---|---|
|
Python Function |
ret = acl.himpi.vpc_get_process_result(chn, task_id, milli_sec) |
|
Function Usage |
Obtains the image processing result after a task is complete. The VPC functional APIs are asynchronous (for example, acl.himpi.vpc_crop). Therefore, it is necessary to call this API to obtain the processing result after the task processing is complete. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
|
Input Description |
chn: int, image processing channel ID.
milli_sec: int, timeout interval (ms).
task_id: task ID.
|
|
Return Value |
ret: int, error code.
|
|
Reference |
Parent topic: VPC APIs