Click or drag to resize
RemoteControlSetValue Method (String, Int32)
Set camera resource value.

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public void SetValue(
	string path,
	int value
)

Parameters

path
Type: SystemString
Registry path in camera.
value
Type: SystemInt32
Value to set.
Exceptions
ExceptionCondition
InvalidOperationException
Remarks
Asynchronously sets a resource value in the camera, CommandExecuted for more information about the result.
See Also