Question / Help Disable the red colored border of unlocked sources

h7opolo

New Member
I would like to disable the red colored border that surrounds unlocked video sources in the OBS preview window. The reason being that I capture the OBS window itself for a feedback effect, and these red boxes ruin the effect if I want to change the position of a source in the OBS preview window.
Is there a way to do this by editing the code somewhere? I have tried editing the lines 139 and 140 in the obspython.py
GS_BLEND_SRCCOLOR = _obspython.GS_BLEND_SRCCOLOR
GS_BLEND_INVSRCCOLOR = _obspython.GS_BLEND_INVSRCCOLOR
by removing the values to no avail.
 

Attachments

  • obsredboxHelp.png
    obsredboxHelp.png
    720.4 KB · Views: 122

R1CH

Forum Admin
Developer
This is not an option, you would need to recompile OBS to remove this. You could consider using scripting or websockets to move your sources programmatically.
 
Top