Пример #1
0
        public UserPresence()
        {
            gFI = new FacialInfo();
            gGM = new GroupManager();
            gCS = new ContentSelection();
            gGD = new GestureDetection();

            gElapsedTime = 0;
            gCVInterval = 0;
            gKinectInterval = 0;
            gGestureCooldownInterval = 0;
            gGestureCooldown = false;
        }
Пример #2
0
 public void PushKinectStreams(GestureDetection gd, Runtime nui)
 {
     gGD = gd;
     this.nui = nui;
 }