Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Z4Sight » Z4Sight_RegisterIOWatcher

Z4Sight_RegisterIOWatcher


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Register hook function and invoke command.

Syntax

void avl::Z4Sight_RegisterIOWatcher
(
	Z4Sight_State& ioState,
	atl::Optional<const avl::Z4SightSystemAndDeviceIdentifier&> inDeviceID,
	atl::Optional<int> inInputQueueSize,
	int inInput,
	avl::Z4SightEdgeType::Type inActivation,
	const atl::Array<avl::Z4SightHook>& inHooks
)

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const Z4SightSystemAndDeviceIdentifier&> NIL Device identification number.
Input value inInputQueueSize Optional<int> NIL Capacity of output frames queue.
Input value inInput int 0 - 63 Input to watch.
Input value inActivation Z4SightEdgeType::Type Type of the edge to register.
Input value inHooks const Array<Z4SightHook>& Hook to perform and latch to watch.