Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » NET ICube » ICube_StopAcquisition
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Stops image acquisition in a camera.
Syntax
void fil::ICube_StopAcquisition ( ICube_State& ioState, ftl::Optional<int> inDeviceID )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | ICube_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<int> | 0 - ![]() |
NIL | Index of a camera |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.