Skip to content

Commit

Permalink
Change frame rate of NDI container to 30fps
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jul 25, 2018
1 parent 70aab89 commit d3fa809
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
Margin="5"
BorderBrush="Black"
BorderThickness="1">
<NDI:NdiSendContainer NdiWidth="1280" NdiHeight="720"
NdiName="Whiteboard"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
<NDI:NdiSendContainer Name="NdiContainer"
NdiWidth="1280" NdiHeight="720"
NdiName="Whiteboard"
NdiFrameRateNumerator="30000"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch">
<whiteboard:WhiteboardCanvas x:Name="theWhiteboard"
Width="1280" Height="720"
Background="White"
Expand Down

0 comments on commit d3fa809

Please sign in to comment.