Back to Adaptive Vision Library website

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

MultiCam_GetRealParameter


Gets parameter of type real from euresys device.

Syntax

void avl::MultiCam_GetRealParameter
(
	MultiCam_State& ioState,
	atl::Optional<atl::String> inDeviceID,
	atl::Optional<atl::String> inConnector,
	avl::MultiCamDestinationClass::Type inDestinationClass,
	const atl::String& inName,
	float& outValue
)

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
outValue float& Parameter value

Multithreaded environment

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