Skip to content

Add input sequencing support #21

Open
@fa1k3n

Description

@fa1k3n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions