Back to Adaptive Vision Library website

You are here: Start » Function Reference » Euresys » MultiCam_SetIntegerParameter

MultiCam_SetIntegerParameter


Header:ThirdPartySdk.h
Namespace:avl

Sets parameter of type integer into euresys device.

Syntax

void avl::MultiCam_SetIntegerParameter
(
	MultiCam_State& ioState,
	atl::Optional<atl::String> inDeviceID,
	atl::Optional<atl::String> inConnector,
	avl::MultiCamDestinationClass::Type inDestinationClass,
	const atl::String& inName,
	int inValue
)

Parameters

Name Type Default Description
ioState MultiCam_State& Object used to maintain state of the function.
inDeviceID Optional<String> NIL Board name, board identifier or serial number
inConnector Optional<String> NIL Connector
inDestinationClass MultiCamDestinationClass::Type Class where the value should be set ( board or channel )
inName const String& Parameter name
inValue int Parameter value

Multithreaded environment

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