You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I have an on-going project that utilizes TB dashboard to display a live stream from a camera. I'm using the localhost dashboard and HTML Card widget to display my web camera live stream using Flask. I'm using MQTT to send the http link as my device telemetry so that I could access it on my dashboard.
Expected Behaviour
When running my python script to stream my webcam, the HTML Card widget should simply display the live stream based on the http link from the telemetry.
Observed Behaviour
Python script to access camera and generate http link works fine but HTML widget card does not show video live stream. The code of my HTML card is as follows (Note: video_url is the key that contains the http URL as telemetry):
Description
I have an on-going project that utilizes TB dashboard to display a live stream from a camera. I'm using the localhost dashboard and HTML Card widget to display my web camera live stream using Flask. I'm using MQTT to send the http link as my device telemetry so that I could access it on my dashboard.
Expected Behaviour
When running my python script to stream my webcam, the HTML Card widget should simply display the live stream based on the http link from the telemetry.
Observed Behaviour
Python script to access camera and generate http link works fine but HTML widget card does not show video live stream. The code of my HTML card is as follows (Note: video_url is the key that contains the http URL as telemetry):
Output of HTML Card display. You can see it shows a weird miniature screen of TB dashboard.
Is my HTML code missing something? I appreciate any help, thanks!
The text was updated successfully, but these errors were encountered: