Skip to content

Commit d3fa809

Browse files
authored
Change frame rate of NDI container to 30fps
1 parent 70aab89 commit d3fa809

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

MainWindow.xaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929
Margin="5"
3030
BorderBrush="Black"
3131
BorderThickness="1">
32-
<NDI:NdiSendContainer NdiWidth="1280" NdiHeight="720"
33-
NdiName="Whiteboard"
34-
HorizontalAlignment="Stretch"
35-
VerticalAlignment="Stretch">
32+
<NDI:NdiSendContainer Name="NdiContainer"
33+
NdiWidth="1280" NdiHeight="720"
34+
NdiName="Whiteboard"
35+
NdiFrameRateNumerator="30000"
36+
HorizontalAlignment="Stretch"
37+
VerticalAlignment="Stretch">
3638
<whiteboard:WhiteboardCanvas x:Name="theWhiteboard"
3739
Width="1280" Height="720"
3840
Background="White"

0 commit comments

Comments
 (0)