Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input sequencing support #21

Open
fa1k3n opened this issue Jan 2, 2025 · 0 comments
Open

Add input sequencing support #21

fa1k3n opened this issue Jan 2, 2025 · 0 comments

Comments

@fa1k3n
Copy link
Collaborator

fa1k3n commented Jan 2, 2025

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.

@fa1k3n fa1k3n added this to the v1.2.0 milestone Jan 2, 2025
@fa1k3n fa1k3n modified the milestones: v1.2.0, v1.3.0 Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant