We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d85a7 commit b996ba3Copy full SHA for b996ba3
scripts/obs_tally_light.py
@@ -131,7 +131,7 @@ def list_video_source_names():
131
if sources is not None:
132
for source in sources:
133
source_id = obs.obs_source_get_id(source)
134
- if re.search("^av_capture.*|^droidcam.*|^decklink-input.*|^ndi_source.*", source_id):
+ if re.search("^av_capture.*|^droidcam.*|^decklink-input.*|^ndi_source.*|.*avcapture$", source_id):
135
source_name = obs.obs_source_get_name(source)
136
video_source_names.append(source_name)
137
0 commit comments