Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » AXIS » AXIS_StopAcquisition
AXIS_StopAcquisition
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Stops acquisition using AXIS.
Syntax
void avl::AXIS_StopAcquisition ( AXIS_State& ioState, const atl::String& inAddress, int inCameraID )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AXIS_State& | Object used to maintain state of the function. | ||
![]() |
inAddress | const String& | Source device host or ip address | ||
![]() |
inCameraID | int | 1 - 4 | ID of camera |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty inAddress in AXIS_StopAcquisition. |


