Single camera works, multiple cameras show me an error
See original GitHub issueI am trying to integrate a second camera. But I can’t get the config to work …
- Using each camera standalone using the
camera_entity
syntax works like a charm. - As soon as I try to add multiple cameras using the
cameras:
syntax, I get an error that the camera_entity and/or the camera_name needs to be specified - which I thought I did.
What am I doing wrong?
type: custom:frigate-card
cameras:
- camera_entity: camera.backyard
- camera_entity: camera.frontyard
view:
default: snapshots
menu:
buttons:
frigate: false
Issue Analytics
- State:
- Created a year ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Multiple Wecams on Windows 10 - PC only recognizes 1 ...
Symptom: The identical cams have the same hardware id (device id), the PC thinks it's one cam and won't play them both at...
Read more >Issues with Multiple Cameras : r/wyzecam - Reddit
A single camera turned on works great, but multiple cameras enabled causes all sorts of problems for me. I've been working with Wyze...
Read more >Am I the idiot in the room? Endless trouble keeping multiple ...
A third camera (hardwired to power) shows that nothing / nobody interfered with the 2 cameras covering this area. A fourth camera ......
Read more >Single camera, multiple cameras: What works better and what ...
Let us discuss some of the advantages and disadvantages of going "backwards" and using a single camera in smartphones. Early Single-Camera ...
Read more >Question / Help - 2nd cam always not working | OBS Forums
However when I add the 2nd one (does not matter which one that is) It does not give me a video for that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@selmaohneh I added a new convenience option for the upcoming v4 build to make it much easier to depend on all cameras (even if you had a large volume of them). Going to close this now, but let me know if (after the new build is released) this doesn’t do what you envisaged.
PS: Based on your description of your usecase, you may also be interested in the new scan mode feature.
Yeah - updating the card solved the error. The remaining problem was my idea of the concept:
I thought I setup two cameras and when opening the card I see the snapshots of both cameras in the same view merged, i.e. no need to switch between cameras inside the view.
But if that is currently not a feature, consider this issue closed and I’ll wait for v4 😃