acl.himpi.vpc_destroy_chn
C Prototype |
hi_s32 hi_mpi_vpc_destroy_chn(hi_vpc_chn chn); |
|---|---|
Python Function |
ret = acl.himpi.vpc_destroy_chn(chn) |
Function Usage |
Destroys an image processing channel. 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. |
Return Value |
ret: int, error code.
|
Restrictions |
The channel ID must not be greater than the maximum channel ID. |
Parent topic: VPC APIs