RemoteCameraFocus Methods |
The RemoteCameraFocus type exposes the following members.
Name | Description | |
---|---|---|
DisableContinuousFocus |
Disable continuous focus
| |
EnableContinuousFocus |
Enable continuous focus.
| |
Equals | (Inherited from Object.) | |
GetDistance |
Get focus distance in meters.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRoi |
Get auto focus region of interest.
| |
GetSpeed |
Get focus speed. Range -100 - 100.
Speed 0 = engine stopped.
Negative speed = reverse (focus near).
Positive speed = forward (focus far).
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsContinuousFocusEnabled |
Check if continuous focus is enabled.
| |
IsSupported |
Checks if the device supports focus.
| |
Mode |
Control the camera focus.
| |
SetDistance |
Set focus distance (meters).
| |
SetRoi |
Set auto focus region of interest.
| |
SetSpeed |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |