Hello,
I have attached camera into my HA with below Lovelace and configuration:
stream:
camera:
- platform: generic
name: balkon
still_image_url: http://192.168.1.72:9989
stream_source: rtsp://192.168.1.72:554/H264?ch=1&subtype=1&proto=0nvif
verify_ssl: false
authentication: basic
username: admin
password: xxxxxx
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
aspect_ratio: 0%
camera_image: camera.balkon
camera_view: live
entities:
- camera.balkon
title: Balkon
type: picture-glance
Currently my lavelace card and video on click of card shows picture 1 frame on every 1-2 seconds. I think this is not live. I want snapshot to be updated every 15 minutes on card, but live video which appears on click should flow without interruption ex 15 fps. How can I achive this ?