#Adding LAN camera as a picture and stream to my dashboard

1 messages · Page 1 of 1 (latest)

sage finch
#

Hi,

I have a custom camera running on:

I am now trying to get the snapshot to display by default and have the webrtc stream open up when clicked. I have this as my lovelace config:

      - type: picture
        image: "/api/camera_proxy/camera.poort"
        tap_action:
          action: fire-dom-event
          browser_mod:
            command: popup
            title: Garage Poort Camera
            card:
              type: custom:webrtc-camera
              url: rtsp://192.168.1.158:8554/garage_poort
              mode: webrtc

I have also tried image: "http://192.168.1.158:8080/snapshot", for this one I get an issue that it's not https, for the one above, I get the issue 403 forbidden. What should I do?

sage finch
#

Any one that could help?