Skip to content

Commit f35bb78

Browse files
committed
Add capture to decklink
1 parent 0dddf2d commit f35bb78

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ConfigFiles/PlusDeviceSet_Server_BlackMagicDeckLink.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
<OutputChannel Id="VideoStream" VideoDataSourceId="Video" />
1919
</OutputChannels>
2020
</Device>
21+
22+
<Device
23+
Id="CaptureDevice"
24+
Type="VirtualCapture"
25+
BaseFilename="decklink.igs.nrrd"
26+
EnableCapturingOnStart="FALSE"
27+
EnableCompression="TRUE" >
28+
<InputChannels>
29+
<InputChannel Id="VideoStream" />
30+
</InputChannels>
31+
</Device>
2132
</DataCollection>
2233

2334
<PlusOpenIGTLinkServer

0 commit comments

Comments
 (0)