Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » Microview » Microview_GenerateSoftwareTrigger

Microview_GenerateSoftwareTrigger


Header: ThirdPartySdk.h
Namespace: avl

Generates software trigger.

Syntax

void avl::Microview_GenerateSoftwareTrigger
(
	Microview_State& ioState,
	const atl::Optional<int> inDeviceID,
	bool inJumboFrameSupport,
	bool inRescanNeeded
)

Parameters

Name Type Range Default Description
Input will be modified ioState Microview_State& Object used to maintain state of the function.
Input value inDeviceID const Optional<int> 0 - 10000 NIL Device identifying number
Input value inJumboFrameSupport bool True
Input value inRescanNeeded bool

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.