Warning
Features currently under evaluation may be modified in the next version without prior notice. If you are using these beta features, we welcome your feedback and experience. Your input is crucial to refining and improving these features before their official release. Please share your thoughts and experiences with us, and contribute to the evaluation process.
Ptz Controller¶
Overview¶
List of configuration files¶
Filename |
Short description |
Format |
Link to documentation |
---|---|---|---|
dashboard.view#PtzControllerWidget |
Defines the PtzControllerWidget widget global settings |
json |
Features¶
PTZ widget allows controlling a camera orientation Video widget.
The PTZ needs to have a control value inside the video module.
Configuration¶
{
"type": "PtzController",
"id": "p",
"title": "Ptz example",
"valueSubscriptions": {
"values": [
{
"id": "root.ptz",
"right": "WRITE",
"type": "TEXT"
}
]
}
}
The root.ptz
value is a variable with a callback pointing to camera.onvif
, responsible for sending orders to the physical camera.