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.
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
rotateoption 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
rotateis set totrue.