--- a/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml Tue Jan 19 09:49:56 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/WebCamControl/WebCamControl.xaml Mon Jan 25 09:30:22 2010 +0100
@@ -15,6 +15,10 @@
<Button x:Name="VideoControlStop" Input:CommandService.Command="CamRecordEnd" Width="43" Content="[]" />
<Button x:Name="VideoControlClose" Input:CommandService.Command="CamRecordStop" Width="25" Content="X"/>
</StackPanel>
- <Rectangle x:Name="VideoScreen" Fill="White" Margin="8,8,5,34" Stroke="Black"/>
+ <Rectangle x:Name="VideoScreen" Margin="8,8,5,34" Stroke="Black">
+ <Rectangle.Fill>
+ <VideoBrush x:Name="VideoScreenBrush"/>
+ </Rectangle.Fill>
+ </Rectangle>
</Grid>
</UserControl>
\ No newline at end of file