custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
244 stars 36 forks source link

Refresh interval issue #18

Closed CarpeDiemRo closed 4 years ago

CarpeDiemRo commented 4 years ago
cards: null
type: 'custom:surveillance-card'
thumb_interval: 10
update_interval: 1
cameras:
  - entity: camera.hol_si_intrare
  - entity: camera.bucatarie

OS: macOS Browsers: Safari, Chrome

Even though update interval is set to 1 (one second) the new frame is loaded with delay from 4 to 5 seconds.

niemyjski commented 4 years ago

@CarpeDiemRo Have you been able to figure out what the core issue is?

niemyjski commented 4 years ago

If you are still seeing this, I think this is due to server side on ha as we just use the camera_stream_proxy end point and pass the interval directly to that.