EyeTribe-Toolbox-for-Matlab | name implies : A toolbox to communicate with EyeTribe
kandi X-RAY | EyeTribe-Toolbox-for-Matlab Summary
kandi X-RAY | EyeTribe-Toolbox-for-Matlab Summary
EyeTribe-Toolbox-for-Matlab is a Python library. EyeTribe-Toolbox-for-Matlab has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. However EyeTribe-Toolbox-for-Matlab build file is not available. You can download it from GitHub.
The EyeTribe Toolbox for Matlab is a set of functions that can be used to communicate with eye trackers manufactured by [the EyeTribe] The communication process is not direct, but goes via a sub-server that receives input from Matlab (when the functions from this toolbox are called), and then sends commands to the actual EyeTribe server. This setup is rather odd, but it is the most elegant solution that I could come up with to get around the problem of Matlab not having decent multithreading functionality. This functionality is required for running a heartbeat Thread (which keeps the connection with the EyeTribe alive), and another Thread to monitor samples (and write these to a log file). Similar results might be obtained by using callback functions within Matlab’s TCP/IP framework, but that approach causes timing errors that extent into other domains: timing issues when using PsychToolbox’s WaitSecs function, and background processes in Matlab screwing up all sorts of other timing sensitive processes. So, out of lazine… Err… Out of a well-planned timing management effort to avoid time loss by re-inventing the wheel, I simply used [PyTribe] in a short Python script (see the python_source folder for the source) to compile a Windows executable, which should be run before you run your Matlab script. The calibration routine is based on the [PsychToolbox] for Matlab, and requires an active window to be passed to it. This assures that you are free to calibrate the tracker at any given moment in your experiment, without having any external calibration routine battle with your experiment for control of the active display. If you do not want to calibrate using the PsychToolbox, you can still use the EyeTribe Toolbox for Matlab, by simply NOT calling the eyetribe_calibrate function. Please do note that you should then calibrate the system with your own means, e.g. by using the EyeTribe’s own GUI (C:\Program Files (x86)\EyeTribe\Client\EyeTribeWinUI.exe) before starting any software that calls upon the EyeTribe Toolbox for Matlab.
The EyeTribe Toolbox for Matlab is a set of functions that can be used to communicate with eye trackers manufactured by [the EyeTribe] The communication process is not direct, but goes via a sub-server that receives input from Matlab (when the functions from this toolbox are called), and then sends commands to the actual EyeTribe server. This setup is rather odd, but it is the most elegant solution that I could come up with to get around the problem of Matlab not having decent multithreading functionality. This functionality is required for running a heartbeat Thread (which keeps the connection with the EyeTribe alive), and another Thread to monitor samples (and write these to a log file). Similar results might be obtained by using callback functions within Matlab’s TCP/IP framework, but that approach causes timing errors that extent into other domains: timing issues when using PsychToolbox’s WaitSecs function, and background processes in Matlab screwing up all sorts of other timing sensitive processes. So, out of lazine… Err… Out of a well-planned timing management effort to avoid time loss by re-inventing the wheel, I simply used [PyTribe] in a short Python script (see the python_source folder for the source) to compile a Windows executable, which should be run before you run your Matlab script. The calibration routine is based on the [PsychToolbox] for Matlab, and requires an active window to be passed to it. This assures that you are free to calibrate the tracker at any given moment in your experiment, without having any external calibration routine battle with your experiment for control of the active display. If you do not want to calibrate using the PsychToolbox, you can still use the EyeTribe Toolbox for Matlab, by simply NOT calling the eyetribe_calibrate function. Please do note that you should then calibrate the system with your own means, e.g. by using the EyeTribe’s own GUI (C:\Program Files (x86)\EyeTribe\Client\EyeTribeWinUI.exe) before starting any software that calls upon the EyeTribe Toolbox for Matlab.
Support
Quality
Security
License
Reuse
Support
EyeTribe-Toolbox-for-Matlab has a low active ecosystem.
It has 26 star(s) with 9 fork(s). There are 8 watchers for this library.
It had no major release in the last 6 months.
There are 5 open issues and 10 have been closed. On average issues are closed in 388 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of EyeTribe-Toolbox-for-Matlab is current.
Quality
EyeTribe-Toolbox-for-Matlab has 0 bugs and 0 code smells.
Security
EyeTribe-Toolbox-for-Matlab has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
EyeTribe-Toolbox-for-Matlab code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
EyeTribe-Toolbox-for-Matlab is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
EyeTribe-Toolbox-for-Matlab releases are not available. You will need to build from source code and install.
EyeTribe-Toolbox-for-Matlab has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed EyeTribe-Toolbox-for-Matlab and discovered the below as its top functions. This is intended to give you an instant insight into EyeTribe-Toolbox-for-Matlab implemented functionality, and help decide if they suit your requirements.
- Get the responses from the server
- Revive a new connection
- Close the socket
- Parse a json message
- Get the calibration point
- Send a request
- Create a JSON message
- Run an eyeTribe process
- Close the connection
- Set Screen width
- Get Iiscalibrating
- Returns the heartbeat interval
- Gets the latest push
- Set the tracker version
- Set screen refresh
- Get the current tracker version
- Set Screen index
- Set Screen Mode
- Set Screenpsy height
- Heartbeat the tracker
- Start the calibration
- Returns the tracker state
- Stream the samples from the queue
- Process samples from the queue
- Set push state
- Ends the calibration point
Get all kandi verified functions for this library.
EyeTribe-Toolbox-for-Matlab Key Features
No Key Features are available at this moment for EyeTribe-Toolbox-for-Matlab.
EyeTribe-Toolbox-for-Matlab Examples and Code Snippets
No Code Snippets are available at this moment for EyeTribe-Toolbox-for-Matlab.
Community Discussions
No Community Discussions are available at this moment for EyeTribe-Toolbox-for-Matlab.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install EyeTribe-Toolbox-for-Matlab
1) Go to: [https://github.com/esdalmaijer/EyeTribe-Toolbox-for-Matlab](https://github.com/esdalmaijer/EyeTribe-Toolbox-for-Matlab). 2) Press the Download ZIP button, or click this [direct link](https://github.com/esdalmaijer/EyeTribe-Toolbox-for-Matlab/archive/master.zip). 3) Extract the ZIP archive you just downloaded. 4) Copy the folder EyeTribe_for_Matlab to where you want it to be (e.g. in your Documents folder, under MATLAB). 5) In Matlab, go to File → Set Path → Add folder and select the folder you copied at step 4.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page