Interfaces for controlling security cameras.
See Cameras.
RecordActuator
The RecordActuator (com.prosyst.mbs.services.hdm.deviceclasses.av.camera.RecordActuator) is an interface for recording videos and for retrieving them from the camera.
Properties
Property |
Meta Data |
|
|---|---|---|
videoRecordContainers
|
description |
Property used for supported video record containers. |
access |
RE |
|
Operations
Operation |
Meta Data |
|
|---|---|---|
record
|
description |
Starts camera recording. |
IN1 |
Set of properties. |
|
OUT |
The created record. |
|
getRecord
|
description |
Operation to get camera record. |
IN1 |
The record identifier. |
|
IN2 |
The storage identifier. |
|
OUT |
The created record. |
|
getRecords
|
description |
Operation to get camera records according to specific filter. |
IN1 |
The LDAP filter. |
|
OUT |
All records which match on the given filter. |
|
getRecordStorage
|
description |
Operation to get record storage. |
IN1 |
The storage identifier. |
|
OUT |
The storage. |
|
getRecordStorages
|
description |
Operation to get record storages according to specific filter. |
IN1 |
The LDAP filter. |
|
OUT |
All record storages which match on the given filter. |
|
getRecordURL
|
description |
Operation to get URL that provides access to a record content. |
IN1 |
Determine if the URL has to be proxy. |
|
IN2 |
Set of properties. |
|
OUT |
The URL for camera record content. |
|
stopRecord
|
description |
Stops the recording of a record. |
IN1 |
The record identifier. |
|
deleteRecord
|
description |
Deletes a record. |
IN1 |
The record identifier. |
|
MoveActuator
The MoveActuator (com.prosyst.mbs.services.hdm.deviceclasses.av.camera.MoveActuator) is an interface for moving a camera in four directions.
Operations
Operation |
Meta Data |
|
|---|---|---|
moveLeft
|
description |
Forces the camera to move its focus to left direction. |
IN1 |
Integer number. Specifies the angle change for the camera move operation. |
|
moveRight
|
description |
Forces the camera to move its focus to right direction. |
IN1 |
Integer number. Specifies the angle change for the camera move operation. |
|
moveUp
|
description |
Forces the camera to move its focus to up direction. |
IN1 |
Integer number. Specifies the angle change for the camera move operation. |
|
moveDown
|
description |
Forces the camera to move its focus to down direction. |
IN1 |
Integer number. Specifies the angle change for the camera move operation. |
|
ZoomActuator
The ZoomActuator (com.prosyst.mbs.services.hdm.deviceclasses.av.camera.ZoomActuator) is an interface for using the zooming feature of a camera.
Operations
Parameter |
Description |
|
|---|---|---|
zoomIn
|
description |
Forces the camera to zoom in. |
IN1 |
Integer number. Parameter to configure the camera zoom operation. |
|
zoomOut
|
description |
Forces the camera to zoom out. |
IN1 |
Integer number. Parameter to configure the camera zoom operation. |
|