I use cameras connected to Synology Surveillance 8.2.2-5766 and Synology camera platform integration for them in HA. Lovelace shows stream video from that cameras only in low resolution despite of any settings of the Synology Surveillance.
In Synology Surveillance I tried to change resolution in:
I see two issues:
configuration.yaml
Configuration.yaml:
stream:
camera:
- platform: synology
url: !secret surveillance_station
username: !secret surveillance_station_dsm_user
password: !secret surveillance_station_dsm_password
timeout: 60
verify_ssl: false
Lovelace.yaml:
...
- entity: camera.syno_camera
type: picture-entity
camera_image: camera.syno_camera
camera_view: live
...
synology documentation
synology source
(message by IssueLinks)
This is duplicated with #29931. We're currently merging the synology
camera integration into synology_dsm
integration (ProtoThis/python-synology#53) and the problems you mentioned are going to be fixed with the new merged integration.
This is duplicated with #29931. We're currently merging the
synology
camera integration intosynology_dsm
integration (ProtoThis/python-synology#53) and the problems you mentioned are going to be fixed with the new merged integration.
@shenxn When are you going to merge ProtoThis/python-synology#53 with synology_dsm integration? It is really useful adjustment.
I'll start working on that soon. Waiting for @Quentame to release a new version of the library.
I'll start working on that soon. Waiting for @Quentame to release a new version of the library.
You can start working on it by targeting master
as dependency 馃槈
I would like to merge a new feature before release, a little bit more testing and it can be done.
Also, breaking news, I have a RTSP compatible camera, so I can test Surveillance Station ! 馃帀
See https://github.com/ProtoThis/python-synology/releases/tag/0.9.0 and #39819 @shenxn 馃槈
@Quentame
See https://github.com/ProtoThis/python-synology/releases/tag/0.9.0 and #39819 @shenxn 馃槈
Wonderfull news! Thanks a lot!
@Quentame I already have a draft branch merging the camera into synology_dsm
. I'll create a new PR today.
@Quentame Great news! Will it be included into 0.115?
@Quentame Great news! Will it be included into 0.115?
Into 0.116.0 馃槈
Most helpful comment
You can start working on it by targeting
master
as dependency 馃槈I would like to merge a new feature before release, a little bit more testing and it can be done.
Also, breaking news, I have a RTSP compatible camera, so I can test Surveillance Station ! 馃帀