AlexxIT / WebRTC

Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies.
https://github.com/AlexxIT/Blog
MIT License
1.48k stars 174 forks source link

[Solution] PTZ for ICSee/DVR-IP/NetSurveillance/Sofia cameras #495

Closed dbuezas closed 1 year ago

dbuezas commented 1 year ago

I'd add it to the wiki myself, but I think there's no way to make PRs to wikis. Combined with the DVRIP source in go2rtc, this means that ICSee cameras that don't have onvif can work very well in Home Assistant.

Here's thee integration that exposes PTZ services: --> https://github.com/dbuezas/icsee-ptz <--

Full yamls in the repo, but this how the PTZ can then be configured in this wonderful WebRTC card

ptz:
  service: icsee_ptz.move
  data_left:
    host: 192.168.178.27
    password: camarablanca3
    move_time: 1 # 1 second
    step: 10 # fastest speed
    cmd: DirectionRight
...
AlexxIT commented 1 year ago

Thanks! Just added to wiki.