Add pupil diameter and blink data methods#179
Open
martsc1 wants to merge 1 commit intoesdalmaijer:masterfrom
Open
Add pupil diameter and blink data methods#179martsc1 wants to merge 1 commit intoesdalmaijer:masterfrom
martsc1 wants to merge 1 commit intoesdalmaijer:masterfrom
Conversation
Added methods to enable sending pupil diameter in mm and blink data in accordance with Gazepoint API 3.0. The older LPUPILD and RPUPILD are deprecated.
Owner
|
Fab, thanks! Do you know if these are backwards compatible with older versions of the API? If not, we should either make them optional orrrrr implement a version check. (The latter would have my preference.) |
Author
|
I don't know whether it is backwards compatible, and I actually also don't know in which exact API version they introduced this function. I thought it was API 3.0, but I just found out I have version 2.8 (according to the get_api function call) and it works for me. From what I could find online, the blink tracking got introduced in version 2.1, and the more accurate pupil size in mm got introduced somewhere between versions 2.3 and 2.7. Documentation online is a bit sparse and scattered. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added methods to enable sending pupil diameter in mm and blink data in accordance with Gazepoint API 3.0. The older LPUPILD and RPUPILD are deprecated.