The Camera type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | 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 | (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
|
![]() | LoadQuickCommands | Overloaded. |
![]() | 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
|
![]() | SaveQuickCommands | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | QuickCommands |
EXPERIMENTAL
List of quick command macros
|
Properties
Name | Description | |
---|---|---|
![]() | 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)
|