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
The idea is to have a list of inputs that are automatically switched between every X seconds.
Three types of switching
Single shot - Every camera is switched to in order according to sequence list
Bounce - As single shot but when last camera is done then the sequence goes back in reverse ; 1-2-3-4-3-2-1.....
Random - A random camera is selected from list, a selected camera can never get active again until all cameras in list have been active
In should be possible to loop all types. When looping, each switching type will restart from the beginning when it is completed. The Random switching type will re-randomize the inputs before restarting.
The text was updated successfully, but these errors were encountered:
The idea is to have a list of inputs that are automatically switched between every X seconds.
Three types of switching
In should be possible to loop all types. When looping, each switching type will restart from the beginning when it is completed. The Random switching type will re-randomize the inputs before restarting.
The text was updated successfully, but these errors were encountered: