The Camera type exposes the following members.

Constructors

  NameDescription
Camera
Initializes a new instance of the Camera class

Methods

  NameDescription
Control_Focus
Directly set the focus position
Control_Focus_Add
Increment the focus position
Control_Tilt
Directly set the tilt position
Control_Tilt_Add
Increment the tilt position
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InvokeCameraQuickCommand
Start running a quick command macro
LoadQuickCommandsOverloaded.
RunQuickCommand
Set the menu command based upon a pre-programmed quick command sequence This should be called in an update loop which feeds the command transmission to the ROV A new menu command will issued each time this function is called
SaveQuickCommandsOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
QuickCommands
EXPERIMENTAL List of quick command macros

Properties

  NameDescription
CameraQuickCommandRunning
Gets a value indicating whether camera quick command running.
ControlState
General bit field for various camera functions Currently used for switching between external and internal camera on the PRO4 Bit 0: 0 = internal camera 1 = external camera
Focus
Focus_Limit
Limits of the focus mechanism movement Range is -100 to 100 (percentage of full travel)
Iris
Iris_Limit
Limits of a iris mechanism movement Not currently used on the PRO4 Range is -100 to 100 (percentage of full travel)
ManualButtonState
Pan
Pan_Limit
Limits of a pan mechanism movement Not currently used on the PRO4 Range is -100 to 100 (percentage of full travel)
Tilt
Tilt_Limit
Limits of a zoom mechanism movement Not currently used on the PRO4 Range is -100 to 100 (percentage of full travel)
Zoom
Zoom_Limit
Limits of a zoom mechanism movement Not currently used on the PRO4 Range is -100 to 100 (percentage of full travel)

See Also