You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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.
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
The text was updated successfully, but these errors were encountered:
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:
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:
I mocked this by changing the CSS class of the first one from
col col-6
tocol 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 likein
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.
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 or1v3
meaning one big and three in a row below that. Then another optionlayout-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
The text was updated successfully, but these errors were encountered: