|
|
|
@ -19,11 +19,11 @@
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
<StackPanel Grid.Row="1" Orientation="Horizontal" VerticalAlignment="Top">
|
|
|
|
|
<Button Content="Filtre 1" Margin="5" Click="ToColorImageStream"/>
|
|
|
|
|
<Button Content="Filtre 2" Margin="5" Click="ToDepthImageStream"/>
|
|
|
|
|
<Button Content="Filtre 3" Margin="5" Click="ToInfraredImageStream"/>
|
|
|
|
|
<Button Content="Filtre 4" Margin="5" Click="ToBodyImageStream"/>
|
|
|
|
|
<Button Content="Filtre 5" Margin="5" Click="ToColorAndBodyImageStream"/>
|
|
|
|
|
<Button Content="Color" Margin="5" Click="ToColorImageStream"/>
|
|
|
|
|
<Button Content="Depth" Margin="5" Click="ToDepthImageStream"/>
|
|
|
|
|
<Button Content="Infrared" Margin="5" Click="ToInfraredImageStream"/>
|
|
|
|
|
<Button Content="Body" Margin="5" Click="ToBodyImageStream"/>
|
|
|
|
|
<Button Content="BodyAndColor" Margin="5" Click="ToColorAndBodyImageStream"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
<Viewbox Grid.Row="2" Stretch="Uniform">
|
|
|
|
|
<Grid>
|
|
|
|
|