phillymantis
New Member
Is there any chance we can change scenes in the “Vertical dock”…..I love the vertical obs plugin but its kinda incompatible with scene switcher right now
I will try to look into it, but I am not sure if there is an API for this vertical dock.Is there any chance we can change scenes in the “Vertical dock”…..I love the vertical obs plugin but its kinda incompatible with scene switcher right now
Finally got a chance to test this, seems to work for me, which should really help my workflow with switching scenes to match Keynote slides. I had some trouble picking enough colors that were distinguishable from each other, but I think some of that was user error, and it's all working now.A build with the option to check how similar the input image is to a given color value will be available here in a few minutes:
(You will have to be logged into GitHub to be able to download it)Video condition · WarmUpTill/SceneSwitcher@a33e943
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
First you will have to select the color value you want to match (1).
Next you can adjust how similar a color can be to the given input color to still count as a match at (2).
Finally you can adjust how much of the given input image must contain the given color for the condition to evaluate to true at (3).
View attachment 94284
Let me know if this works for you / does what you expected.
Sorry I am not really familiar with this settings.The ability to change Blending Modes and Interlace settings would be nice.
The plugin seems to support websocket vendor requests to switch scenes.Is there any chance we can change scenes in the “Vertical dock”…..I love the vertical obs plugin but its kinda incompatible with scene switcher right now
These settings are in the right click menu of sources. Deinterlace settings only appear on capture card sources. Im using obs 2.8 still.Sorry I am not really familiar with this settings.
Is this something is specific to a given source or a general OBS setting?
Where can this setting be found?
Once I know this I can try to look into adding an option to change it.
The plugin seems to support websocket vendor requests to switch scenes.
I will try to look into supporting these.
A general note:
I won't have access to the internet the next couple of weeks.
So please forgive me if I don't respond in a timely manner.
Turn off? That can mean anything.Is there a way to turn off the cameras when I'm not using them because, for example, I'm setting obs, with a button on a dock?
when a media source is ended Scene Switcher switches to another scene. What a macro should be designed like?
I want to add an option to mute/unmute the mic using a hotkey in scenes where the mic is turned off. How to do it?
Yes turn offTurn off? That can mean anything.
If you mean hide their sources or switch scenes away from them, that's trivial in Adv. SS.
If you mean "shut down the camera's internal controller", then that's a question of how to talk to that internal controller in the first place. Relay or transistor across the power button, perhaps? Controlled from a USB -> GPIO adapter, or a 25-pin parallel port if your machine still has one of those?
look at this linkhere is an option that can be enabled but can you make a dock button that disables all or shows all webcams?
Obviously, in the live stream, this option cannot be enabled when you constantly change cameras since it would cut it off for seconds and we would constantly be turning the cameras on and off, I don't know how good that could be.
View attachment 95216
look at this link
Disable webcam when not in use
I usually keep OBS always running, and the problem is it's always using the webcam (the webcam indicator goes green all the time and the webcam becomes warm), even when the source is hidden or I've switched to another scene. The only way to disable the webcam is to remove the source or the scene...obsproject.com
Their homepage doesn't help much. What is it really, what does it do, and how does it do that?Hi all. Does anyone have any experience on setup an integration with conferencing systems like Shure SW 6000? It would be nice to set scene switching based on what conferecing microphone is active in the hall...
no no, prefiero no hacerlo así, tengo una colección en la que trabajo continuamente, así que cambiarla puede romper algo. Entonces, me preguntaba si hay alguna forma en que adv ss me permita crear un botón de gancho para él.Parece que esa es tu solución. Adv. SS *puede* cambiar las colecciones de escenas, pero tenga en cuenta que su configuración también se almacena allí, por lo que también está cambiando a una instancia diferente de Adv. SS cuando haces eso. Si configura su macro de devolución y luego cambia, no la tendrá.Disable webcam when not in use
I usually keep OBS always running, and the problem is it's always using the webcam (the webcam indicator goes green all the time and the webcam becomes warm), even when the source is hidden or I've switched to another scene. The only way to disable the webcam is to remove the source or the scene...obsproject.com
[ADJUNTAR=completo]95221[/ADJUNTAR]
thank you AaronD. The microphones works via IP network and are connected to a central server, so I can't connect directly to microphones. But I see that it delivers "live data" via a web service, so I imagine it can send the code of the active microphone in real time. I see that this plugin can connect to a web socket but only to an external obs instance, right? Can't it connect to a generic web service?Their homepage doesn't help much. What is it really, what does it do, and how does it do that?
If you can access each individual mic by itself, regardless of what the software is doing with it, then you might use the Audio condition to respond to the volume level of each one.
If you want to respond to the settings of the app itself, I don't think that's possible unless the app provides some sort of software hook that you can take advantage of. The Video condition *might* be able to interpret a checkbox, but that would be pretty brittle as I imagine it.
It can connect to a server, using its IP address, port number, username, and password, and then it wants a specific format to the message. It's not really the plugin's fault that it needs that format, but OBS filters it first and then passes only that format to the plugin.I see that this plugin can connect to a web socket but only to an external obs instance, right? Can't it connect to a generic web service?
I think that'd be about as brittle as watching a checkbox. If the camera moves so that the ring light uses a different set of pixels, or the window moves so that the checkbox is somewhere else on the screen, it breaks the detection.Other way would be to interpret the red ring light of the active microphone in the video source, but I suspect it woulnd't work flawlessly.