Examples of EyeTrackingDevice


Examples of de.dfki.km.text20.services.trackingdevices.eyes.EyeTrackingDevice

                BrowserPluginImpl.this.sessionRecorder.newTrackingEvent(event);
            }
        });

        // Store the device info
        final EyeTrackingDevice trackingDevice = this.deviceManager.getEyeTrackingDevice();
        this.sessionRecorder.storeDeviceInfo(trackingDevice.getDeviceInfo());

        // Setup eye tracking device
        if ($(getParameter("enablebraintracker")).get("false").equals("true")) {
            this.logger.info("Enabling Brain Tracker");
            this.deviceManager.initBrainTrackerConnection(null, getParameter("braintrackingconnection"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.