- This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Get Text At Focused Point
Hi! Guys i’m a C# developer and i was working with eye focus readings using Tobii Eye Tracker…..i want to read Text at the Location on which tobii eye tracker is focused
Hi @tahirsiddique, thanks for getting in touch. We don’t have out of the box solution for scrolling whilst reading as each application would need native support so as you mentioned that you are a C# developer, I would recommend you check out the Tobii Interaction Library @ https://developer.tobii.com/product-integration/interaction-library/
Thereafter the simplest approach may be to create a WPF form that imports a text document and that scrolls according to the gaze location on the form with some buffer of error to allow for saccades.
Please let us know your thoughts on this approach and if you think it will be suitable for your needs. Best Wishes.