Refresh Window Capture when Blank

buzzelljason8

New Member
I was wondering if OBS had a built-in function to refresh Window Capture automatically when the window it was capturing disappears. I was trying to write it as a Python 3.6 script, but having trouble. Any help or questions would be appreciated, thanks!
 

FerretBomb

Active Member
"Refresh" as in what? The Window Capture source method has a number of matching types, and should automatically acquire another window that matches the set criteria.
 

buzzelljason8

New Member
Oh, that's exactly what I was looking for, but I had it on "Match title, otherwise find window of same type", and for some reason it wouldn't load show the window again after crashing. Changing it to "Window title must match" solved the problem though, thank you!
 
Top