question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I setup 2 x IP cameras in home assistant by using the ONVIF Integration and generated the two related entities “camera.ipcam_profile1” and “camera.ipcam_profile1_2”. I would like to have a “Cameras” popup button on my home page, which will show the two cameras live stream one I touch the popup. I added the below code, but what I obtained is just the respective snapshot inside the popup page, but when I click each camera there is no live stream. Could you please help ?

                    {
                      position: [1,0],
                      width: 1,
                      type: TYPES.POPUP,
                      id: {},
                      state: false,
                      title: 'Cameras',
                      icon: 'mdi-cctv',
                      popup: {
                          titleSize: 100,
                          items: [
                            {
                               position: [0, 0],
                               id: 'camera.ipcam_profile1',
                               type: TYPES.CAMERA_THUMBNAIL,
                               bgSize: 'cover',
                               width: 2,
                               state: false,
                               fullscreen: {
                                  type: TYPES.CAMERA_STREAM,
                               },
                            },
                              {
                               position: [2, 0],
                               id: 'camera.ipcam_profile1_2',
                               type: TYPES.CAMERA_THUMBNAIL,
                               bgSize: 'cover',
                               width: 2,
                               state: false,
                               fullscreen: {
                                  type: TYPES.CAMERA_STREAM,
                               },
                            },
                          ]
                      }
                  },

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:16 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
akloecknercommented, Jan 8, 2021

freezing/unfreezing appears to be working fine

OK, then that’s not it…

(don’task)

That’s when I usually ask. 😉

0reactions
Poli88commented, Jan 23, 2021

Yes, correct. By using CAMERA at the beginning I was able indeed to see the still image…but not live view. Anyway I temporary put the topic aside and I will keep doing some test in another moment ! Thanks a lot for the support 😃

Il giorno gio 21 gen 2021 alle ore 16:26 άλφα 65 notifications@github.com ha scritto:

This is very strange indeed, I can’t even think about any circumstance under which an entity would be missing like this. At some point you did see a still image when using CAMERA tile instead of CAMERA_STREAM, right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/resoai/TileBoard/issues/577#issuecomment-764720778, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARQACVQKIUJQN7FJEBVDE3TS3BBS3ANCNFSM4VRMG26Q .

Read more comments on GitHub >

github_iconTop Results From Across the Web

IPCamLive.com: Embedding IP Camera Live Video ...
Video streaming solution for IP camera to embed live video stream into web page. ... IPCamLive can receive the stream directly from the...
Read more >
How to Setup an IP Camera for RTMP Streaming [Updated for ...
Learn how to set up an IP camera for RTMP streaming with CamStreamer. Explore the benefits of RTMP cameras with this live stream...
Read more >
7 Best IP Cameras for Live Video Streaming (Update) - Wowza
PTZOptics 30xNDI – $1800 – $2400 ; PTZOptics 12X-SDI – $1500 – $1600 ; Canon CR – N300 4K NDI PTZ – $1900...
Read more >
IP Camera Streaming Guide: How to Set up an IP Camera Easily
An IP camera, or Internet protocol camera, is a type of digital security camera that receives and sends video streams via an IP ......
Read more >
How to Stream Your IP Camera to YouTube
Learn how to stream your IP camera to YouTube step by step in 5 minutes! The newest quick start guide will show you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found