Ejemplo n.º 1
0
 //Public method that allows to start recording in the indicated path
 //It registers the listener method in the event manager
 public void StartRecording()
 {
     data.deviceType = TrackerType.ToString();
     data.deviceName = TrackerName.ToString();
     VRPNEventManager.StartListeningTracker(TrackerType, TrackerName, Record);
     isRecording = true;
 }