Hi,
I am typically using the region mode of the plugin to record the screen that I'm active on. 3 screens = 3 scenes; (say A, B, C).
I want to be able to switch to another scene (D) with a hotkey, deactivating region checks at the meantime, and go back to region checks when I push the same hotkey. Is this possible?
Below is what I tried. I was able to get OBS to switch to D, but only for a milisecond and the region check switches it back to respective scene.
- Created 2 macros:
* If the scene is not D, and the hotkey is pressed; then the scene would switch to D, and plugin state stops OBS (tried with and without this last bit).
* If the scene is D, and the hotkey is pressed; then scene would switch to B.
- Added separate pause condition when scene is D.
- Prioritized Macro over Screen Region
Thank you in advance.
I am typically using the region mode of the plugin to record the screen that I'm active on. 3 screens = 3 scenes; (say A, B, C).
I want to be able to switch to another scene (D) with a hotkey, deactivating region checks at the meantime, and go back to region checks when I push the same hotkey. Is this possible?
Below is what I tried. I was able to get OBS to switch to D, but only for a milisecond and the region check switches it back to respective scene.
- Created 2 macros:
* If the scene is not D, and the hotkey is pressed; then the scene would switch to D, and plugin state stops OBS (tried with and without this last bit).
* If the scene is D, and the hotkey is pressed; then scene would switch to B.
- Added separate pause condition when scene is D.
- Prioritized Macro over Screen Region
Thank you in advance.