ISourceControlpublic interface ISourceControlCamera extends ISourceControl
Public interface for a Camera Source Control device.
| Modifier and Type | Method | Description |
|---|---|---|
String |
captureImage() |
Command the camera to capture a single frame image and return it in a base64 encoded string
|
boolean |
panTiltStep(String direction) |
Command the camera to Pan/Tilt one step in the direction indicated.
|
boolean |
zoomStep(String direction) |
Command the camera to Zoom one step in the direction indicated.
|
createContext, createSourceControlSession, getContext, getSouceFeatures, getSouceInformation, setContextString captureImage()
boolean panTiltStep(String direction)
direction - to Pan/Tilt the camera (see SourceControlCameraFeature for list of available directions, see SourceControlInformation.features for the list of supported directions)boolean zoomStep(String direction)
direction - to zoom the camera (see SourceControlCameraFeature for list of available directions, see SourceControlInformation.features for the list of supported directions)