Class CameraCapability
com.poly.polyos.camera
Class CameraCapability
- java.lang.Object
- com.poly.polyos.camera.CameraCapability
public class
CameraCapability
extends java.lang.Object
Represents the capabilities of a camera
Since:
3.0.11
Field Summary
Modifier and Type | Field and Description |
---|---|
boolean | pan |
Whether the camera can pan | |
boolean | presets |
Whether the camera can support presets | |
boolean | supportVirtualCameras |
Whether virtual cameras are supported for this camera | |
boolean | tilt |
Whether the camera can tilt | |
boolean | track |
Whether the camera can auto tracking | |
boolean | zoom |
Whether the camera can zoom |
Constructor Summary
Constructor and Description
CameraCapability()
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String | toString() |
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, wait
, wait
, wait
Field Detail
pan
public boolean pan
Whether the camera can pan
tilt
public boolean tilt
Whether the camera can tilt
zoom
public boolean zoom
Whether the camera can zoom
track
public boolean track
Whether the camera can auto tracking
presets
public boolean presets
Whether the camera can support presets
supportVirtualCameras
public boolean supportVirtualCameras
Whether virtual cameras are supported for this camera
Since:
3.5.0.0-3
Constructor Detail
CameraCapability
public CameraCapability()
Method Detail
toString
public java.lang.String toString()
Overrides:
toString
in class java.lang.Object