Skip to main content

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 TypeField and Description
booleanpan
Whether the camera can pan
booleanpresets
Whether the camera can support presets
booleansupportVirtualCameras
Whether virtual cameras are supported for this camera
booleantilt
Whether the camera can tilt
booleantrack
Whether the camera can auto tracking
booleanzoom
Whether the camera can zoom

Constructor Summary

Constructor and Description

CameraCapability()

Method Summary

Modifier and TypeMethod and Description
java.lang.StringtoString()

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