aclmdlRICaptureTaskUpdateEnd
Note: This feature is for trial use and may be changed in later versions. It is not available in commercial products.
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Description
Marks the end of the tasks to be updated.
This API and aclmdlRICaptureTaskUpdateBegin are used in pairs. The tasks between these two APIs need to be updated.
Prototype
aclError aclmdlRICaptureTaskUpdateEnd(aclrtStream stream)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream. The stream must be the same as that specified in aclmdlRICaptureTaskUpdateBegin. |
Returns
0 on success; else, failure. For details, see aclError.
This task update API is asynchronous. Returning a success message does not necessarily mean that the tasks have been updated.
Restrictions
A maximum of 1,024 × 1,024 tasks can be updated at the same time on a single device. If there are more tasks, an error is reported during task execution.