| 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.RemoteAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public void SetSpeed(
int speed
)
Parameters
- speed
- Type: SystemInt32
Focus engine speed.
Exceptions See Also