FIX : changements suite à première review

exo1
lobroda 1 year ago
parent 73db3e21c1
commit 95ec89d5fe

@ -55,11 +55,6 @@ namespace KinectConnection
/// </summary>
private WriteableBitmap infraredBitmap = null;
/// <summary>
/// Texte d'état actuel à afficher.
/// </summary>
private string statusText = null;
/// <summary>
/// Obtient la source d'image de la classe.
/// </summary>

@ -15,6 +15,7 @@ namespace KinectConnection
/// </summary>
private Dictionary<KinectStreams, Func<KinectStream>> streamFactory;
//à commenter
public KinectStreamsFactory(KinectManager kinect)
{
streamFactory = new Dictionary<KinectStreams, Func<KinectStream>>

@ -118,8 +118,7 @@
HorizontalAlignment="Center"
Height="400"
Width="400">
<Image Source="{Binding KinectStream.Source}"
Opacity="50"/>
<Image Source="{Binding KinectStream.Source}"/>
</Viewbox>
<Viewbox Grid.Row="1"
HorizontalAlignment="Center"

Loading…
Cancel
Save