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
Is your feature request related to a problem? Please describe.
I have more cameras than I can fit on the display at once. However, I'd like to keep the feed of the most critical camera views up permanently and in the same spot, while rotating only the somewhat less important camera feeds.
Describe the solution you'd like
Allow for the rotate option to be an array of either window names or camera names (don't need to support both, whichever is simpler to implement is fine) to be included in the rotation. Keep cameras not listed in their initial position.
For convenience and backwards compatibility keep rotating all cameras if rotate is set to true.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have more cameras than I can fit on the display at once. However, I'd like to keep the feed of the most critical camera views up permanently and in the same spot, while rotating only the somewhat less important camera feeds.
Describe the solution you'd like
Allow for the
rotate
option to be an array of either window names or camera names (don't need to support both, whichever is simpler to implement is fine) to be included in the rotation. Keep cameras not listed in their initial position.For convenience and backwards compatibility keep rotating all cameras if
rotate
is set totrue
.The text was updated successfully, but these errors were encountered: