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

Add layout options for multiple camera views #1661

Open
tweh opened this issue Nov 20, 2023 · 0 comments
Open

Add layout options for multiple camera views #1661

tweh opened this issue Nov 20, 2023 · 0 comments
Labels
💡 Type: FR Requests a new feature

Comments

@tweh
Copy link

tweh commented Nov 20, 2023

Requested feature:

It would be nice to be able to arrange the images of multiple cams. At the moment I’m using there cameras with two of them being rotated by 90°, leading to a not so beautiful arrangement of those images:

Bildschirmfoto 2023-11-20 um 18 58 31

I know, I cloud change the order of the cams to have the two rotated ones in one row, but a layout like this would be much better:

Bildschirmfoto 2023-11-20 um 18 56 33

I mocked this by changing the CSS class of the first one from col col-6 to col col-12 with my browsers development tools, which of course isn’t persistent. So as a first step it might be possible to add a setting like

[cam 1] # Full view
columns: 12

in crwosnest.cfg.

Of course an even more sophisticated way to change the layout to things like having on view big at one side an two others smaller beside of it etc. would be great too.

Bildschirmfoto 2023-11-20 um 19 07 00

For that it might be an idea to have certain layouts predefined that can be accessed with an option like layout: 1>2 meaning on big and two smaller views on the side or 1v3 meaning one big and three in a row below that. Then another option layout-position: 1 could tell each camera in which of the cells of the layout it should be shown.

Solves the following problem:

No response

Additional information:

No response

@tweh tweh added the 💡 Type: FR Requests a new feature label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Type: FR Requests a new feature
Projects
None yet
Development

No branches or pull requests

1 participant