Beispiel #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;
        }
Beispiel #2
0
 public void pushFacialInformation(FacialInfo fi)
 {
     gFI = fi;
 }