HK Vision Cameras - johnosbb/Automation GitHub Wiki

Get a remote image

Reference

Interfacing with HKVision Cameras

In video Lan you can use rtsp as follows

  • rtsp://192.168.1.155:554/Streaming/channels/001

IP channel

<div <!DOCTYPE html> <html> <title>VLC Mozilla plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="320" height="240" target="rtsp://192.168.1.155:554/Streaming/channels/001" id="vlc" /> <script type="text/javascript"> <!-- var vlc = document.getElementById("vlc"); vlc.audio.toggleMute(); //--> </script> </body> </html> ng-bind-html="msg.payload">

</div>

⚠️ **GitHub.com Fallback** ⚠️