Skip to content
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

Is it possible to connect the camera video stream to thingsboard for playback?Your title here #10784

Closed
AldirchEugene opened this issue May 14, 2024 · 3 comments
Assignees
Labels

Comments

@AldirchEugene
Copy link

Is it possible to connect the camera video stream to thingsboard for playback?

@xiaobai1017
Copy link

应该可以用html widgets实现

@ssakharova
Copy link

Hello @AldirchEugene,

You should use the HTML Card widget with the appropriate configuration.
Here is an example of how you can customize the HTML Card widget to display video streaming on the dashboard by inserting these lines of code into the HTML field:

<iframe width="100%" height="100%" id='id_stream_stream_***' src='https://www.youtube.com/embed/tgbNymZ7vqY' allowfullscreen></iframe>

image

Best regards,
Sofiia

@AldirchEugene
Copy link
Author

你好@AldirchEugene

您应该使用具有适当配置的 HTML Card 小部件。 以下是示例,说明如何通过在 HTML 字段中插入以下代码行来自定义 HTML Card 小部件以在仪表板上显示视频流:

<iframe width="100%" height="100%" id='id_stream_stream_***' src='https://www.youtube.com/embed/tgbNymZ7vqY' allowfullscreen></iframe>

图像

谨致问候, 索菲亚

ok,thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants