Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Microview » Microview_GenerateSoftwareTrigger
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Generates software trigger.
Syntax
void fil::Microview_GenerateSoftwareTrigger ( Microview_State& ioState, const ftl::Optional<int> inDeviceID, bool inJumboFrameSupport, bool inRescanNeeded )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Microview_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | const Optional<int> | 0 - 10000 | NIL | Device identifying number |
![]() |
inJumboFrameSupport | bool | True | ||
![]() |
inRescanNeeded | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.