Skip to content

PTZ controls per stream #749

@didster

Description

@didster

I'm trying to figure out the best way to have multiple cameras shown on a dashboard using WebRTC card. Obviously multiple cards works fine but takes a lot of space. I tried using swiper-card to host the cards within a single swiper element and that sort of works but the PTZ controls don't work within the swiper and more importantly 50% of the time the swiper doesn't even load. Since that card seems abandoned not updated since 2022 I am looking for alternatives.

Using a single WebRTC card with each camera as a defined stream works great. But my trouble now is all the cameras have PTZ enabled within the card and that config is global to the card itself, not per stream, so I can only configure one of the three cameras PTZ controls to work. Is it possible to either:

a) Some how get the active stream name from the configuration so I can pass this to a script and use it to trigger the correct PTZ action
b) Configure PTZ controls in place per-stream?

Thanks

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions