Video/screenshot action to grab pixel color #1365
UnderscoreSkyy
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the suggestion! Just out of curiosity, why did you chose to remote control OBS using a video source and not e.g. OSB websocket messages or a file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently started to use SceneSwitcher to "remote" control my OBS by making some pixels of my source take an exact color and using the video check on those specific pixels.
A simple example would be :
For those simple example it's not that much taxing on my PC, but I now track a total of ~40 colors on 3 different pixels to control some variables value so I have 40 macros that use the video conditions and sometime on more intensive moment SceneSwitcher encounter a crash because my GPU is OOM with the content + 40 sequential pixel checking + video encoding.
In my use case if we had a video action similar to the video condition source matches color that would allow us to write the color of the pixel in a variable (or file or anything)
It would at least allow me to have only have 3 watcher running at all time and control the rest only with variable condition and OpenCV could may not even be needed to get the value of the pixel
I'm not to much versed yet into the SceneSwitcher ecosystem yet but I'll start looking into the custom script to create a POC at least for myself but I think It could also be a good addition in general.
Regards
Beta Was this translation helpful? Give feedback.
All reactions