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 Type | Field and Description |
---|---|
CameraColorRange | cameraColorRange |
Color range of the camera | |
CameraType | cameraType |
CameraCapability | capability |
Capability of camera | |
java.lang.String | id |
Id of the camera | |
java.lang.String | name |
Name of the camera | |
java.lang.string | parentCameraId |
For virtual cameras, this field is non null and provides the camera ID of the parent logical camera. | |
boolean | selected |
Is this camera selected |
Constructor Summary
Constructor and Description
Camera()
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
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