Skip to main content

Class Camera

com.poly.polyos.camera

Class Camera

  • java.lang.Object
    • com.poly.polyos.camera.Camera

public class Camera
extends java.lang.Object

Represents a Camera

Since:
3.0.11

Field Summary

Modifier and TypeField and Description
CameraColorRangecameraColorRange
Color range of the camera
CameraTypecameraType 
CameraCapabilitycapability
Capability of camera
java.lang.Stringid
Id of the camera
java.lang.Stringname
Name of the camera
java.lang.stringparentCameraId
For virtual cameras, this field is non null and provides the camera ID of the parent logical camera.
booleanselected
Is this camera selected

Constructor Summary

Constructor and Description

Camera()

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

id

public java.lang.String id
Id of the camera

name

public java.lang.String name
Name of the camera

selected

public boolean selected
Is this camera selected

Since:
3.2.6

capability

public CameraCapability capability
Capability of camera

cameraType

public CameraType cameraType

cameraColorRange

public CameraColorRange cameraColorRange
Color range of the camera

parentCameraId

public java.lang.string parentCameraId
For virtual cameras, this field is non null and provides the camera ID of the parent logical camera.

Since:
3.5.0.0-3

Constructor Detail

Camera

public Camera()

Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object