-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Refresh SVG on animation/time/state/... #249
Comments
Hi, try this example (this is how I output the video stream from the camera and album covers from the media player)
|
Does that update for you without refreshing the page? it just loads a static image which was also my issue. |
Example of video stream output from a camera
|
Yes I got it working from your previous comment but that would give me a static image on the SAK card instead of a live view of the camera. Is it the same for you or do you have in fact a live updating feed ? |
something like this |
For me it doesn't update the card like with you?
|
Do you use "filter:" in "styles:"? If so, comment out the lines with "filter:". |
The Problem To Be Solved
usersvg images are loaded on card load, not on image load.
Additional background:
trying to implement a camera(image stream, not camera stream) view inside the card.
A concise description of your preferred solution. Things to address include:
I have written a derived entity so that my 'state' always updates every few seconds.
It switches between 2 states, and i have 2 images 'coupled' to it.
(Optional): Suggested Solution
how i see it now the images are 'preloaded' by the card as soon as the card is loaded, but if we can just load the image when it is requested instead of on card load this would make it update each time and allow us to insert a stream inside the card.
my tool:
The text was updated successfully, but these errors were encountered: