Skip to content

Commit 52d85a7

Browse files
authored
Merge pull request #12 from deckerego/ndi_sdi_source
Added Decklink and NDI as sources
2 parents 09670ff + 4139f54 commit 52d85a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/obs_tally_light.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def list_video_source_names():
131131
if sources is not None:
132132
for source in sources:
133133
source_id = obs.obs_source_get_id(source)
134-
if re.search("^av_capture.*|^droidcam.*", source_id):
134+
if re.search("^av_capture.*|^droidcam.*|^decklink-input.*|^ndi_source.*", source_id):
135135
source_name = obs.obs_source_get_name(source)
136136
video_source_names.append(source_name)
137137

0 commit comments

Comments
 (0)