Click or drag to resize
RemoteCameraFocusSetSpeed Method
Set focus speed. Range -100 - 100. Speed 0 = engine stopped. Negative speed = reverse (focus near). Positive speed = forward (focus far). This method is redundancy to Mode(FocusMode) combined with Speed.

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public void SetSpeed(
	int speed
)

Parameters

speed
Type: SystemInt32
Focus engine speed.
Exceptions
ExceptionCondition
InvalidOperationException
See Also