PERCEPTRONIC

This commit is contained in:
MarcEricMartel
2023-05-03 10:51:31 -04:00
parent be9041cd6f
commit d79d1123d1
5 changed files with 238 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ namespace JeuHoy_WPF
//Nombre de figure de danse dans l'application.
public const int NBFIGURE = 10;
//Constante pour la Kinect
public const int SKELETONCOUNT = 6;
public const int SKELETONCOUNT = 10;
public const int KINECT_DISPLAY_WIDTH = 320;
public const int KINECT_DISPLAY_HEIGHT = 240;