docs: Include references to ptz capability for substreams. (#2120)
- Closes: #2118
This commit is contained in:
@@ -67,6 +67,10 @@ cameras:
|
|||||||
| `substream` | The camera can be used as a substream on another camera. |
|
| `substream` | The camera can be used as a substream on another camera. |
|
||||||
| `trigger` | The camera can be triggered. |
|
| `trigger` | The camera can be triggered. |
|
||||||
|
|
||||||
|
?> If using a camera only as a `substream`, don't forget to keep both the
|
||||||
|
`substream` and `ptz` capabilities enabled if you wish to use PTZ controls for
|
||||||
|
the substream.
|
||||||
|
|
||||||
## `cast`
|
## `cast`
|
||||||
|
|
||||||
The `cast` block configures how a camera is cast / sent to media players.
|
The `cast` block configures how a camera is cast / sent to media players.
|
||||||
|
|||||||
+7
-1
@@ -58,6 +58,8 @@ cameras:
|
|||||||
capabilities:
|
capabilities:
|
||||||
disable_except:
|
disable_except:
|
||||||
- substream
|
- substream
|
||||||
|
# Also allow PTZ controls on the substream.
|
||||||
|
- ptz
|
||||||
automations:
|
automations:
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: fullscreen
|
- condition: fullscreen
|
||||||
@@ -504,6 +506,8 @@ cameras:
|
|||||||
capabilities:
|
capabilities:
|
||||||
disable_except:
|
disable_except:
|
||||||
- substream
|
- substream
|
||||||
|
# Also allow PTZ controls on the substream.
|
||||||
|
- ptz
|
||||||
automations:
|
automations:
|
||||||
- actions:
|
- actions:
|
||||||
- action: custom:advanced-camera-card-action
|
- action: custom:advanced-camera-card-action
|
||||||
@@ -1087,10 +1091,12 @@ cameras:
|
|||||||
title: Office HD
|
title: Office HD
|
||||||
live_provider: go2rtc
|
live_provider: go2rtc
|
||||||
id: office_hd
|
id: office_hd
|
||||||
# This camera serves only as a substream.
|
|
||||||
capabilities:
|
capabilities:
|
||||||
disable_except:
|
disable_except:
|
||||||
|
# This camera serves only as a substream.
|
||||||
- substream
|
- substream
|
||||||
|
# Also allow PTZ controls on the substream.
|
||||||
|
- ptz
|
||||||
menu:
|
menu:
|
||||||
buttons:
|
buttons:
|
||||||
substreams:
|
substreams:
|
||||||
|
|||||||
Reference in New Issue
Block a user