Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » AXIS » AXIS_StopAcquisition
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Stops acquisition using AXIS.
Syntax
void fil::AXIS_StopAcquisition ( AXIS_State& ioState, const ftl::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. |