Hi!
I DJ on OBS and i've got three different scenes which i cycle through on my streams from two cameras.
I've been manually cycling through the cameras but heard about this plugin.
I've installed it but i don't know how to make it work!
i'm so sorry i'm sure you've been asked this question before but all the answers i can find are for gamers who want their scenes to switch depending on where they are in the game screens....whereas i just want the scenes to switch on a timer between my cameras!
Is there a video/you tube on how to make it work?
i'm using OBS 21.1.2 on windows 10 64 bit
your help would be greatly appreciated!
p.s i'm no computer programmer so please keep the answer step by step so i can follow it and implement the necessary changes...
Many Thanks!!!
First you will need to have one scene for each camera to make the switching possible. I assume you have this already set up. (If you do not there should be plenty of tutorials on how to set this up, let me know if I should find one)
I will call the scenes for each camera "cam1", "cam2" and "cam3" in the following.
You have multiple options inside the plugin to achieve the automated camera switches. These are the two that make the most sense:
"Scene Sequence" or "Ramdon"
Scene Sequence:
This sets up a predefined sequence of automated scene switches. To configure this, open the scene sequence tab. There you can configure the following:
When "cam1" is active switch to "cam2" after 15 seconds using "cut"
(Click the small plus on the lower left of that tab to add that to the list of scene sequences. Press the minus to remove it, while it is selected)
This would tell the plugin quite literally:
Hey, whenever we are currently on the scene with the name "cam1" wait for 15 seconds and then switch to the scene with the name "cam2" and for this scene change use the transition "cut".
So to create a loop you would need to set up the following:
When "cam1" is active switch to "cam2" after 15 seconds using "cut"
When "cam2" is active switch to "cam3" after 15 seconds using "cut"
When "cam3" is active switch to "cam1" after 15 seconds using "cut"
This will create the loop cam1->cam2->cam3->cam1->cam2->cam3->.... and so on.
Random:
This is an option if you want a more random approach. You basically offer the plugin a list of possible scene switches to choose from and it picks one at random.
To configure this switch to the tab "Random". There you can add the following:
When no switch condition is met switch to "cam1" using "cut" for a duration of 15 seconds
When no switch condition is met switch to "cam2" using "cut" for a duration of 15 seconds
When no switch condition is met switch to "cam3" using "cut" for a duration of 15 seconds
To make sure that the scene switcher plugin is using this option you will also set the following on the "General" tab:
"If no switch condition is met switch to any scene on the Random tab"
Lastly, no matter which option you choose, you will have to turn the plugin on.
Do this one the "General" tab.
If it says "The Advanced Scene Switcher is: active", then you do not need to turn it on, as it is already running.
If it says that it is inactive, click the start button
I hope that clears things up a bit. If you have further questions let me know!