Click or drag to resize
RemoteCameraFocus Methods

The RemoteCameraFocus type exposes the following members.

Methods
  NameDescription
Public methodDisableContinuousFocus
Disable continuous focus
Public methodEnableContinuousFocus
Enable continuous focus.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDistance
Get focus distance in meters.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRoi
Get auto focus region of interest.
Public methodGetSpeed
Get focus speed. Range -100 - 100. Speed 0 = engine stopped. Negative speed = reverse (focus near). Positive speed = forward (focus far).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContinuousFocusEnabled
Check if continuous focus is enabled.
Public methodIsSupported
Checks if the device supports focus.
Public methodMode
Control the camera focus.
Public methodSetDistance
Set focus distance (meters).
Public methodSetRoi
Set auto focus region of interest.
Public methodSetSpeed
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also