Home › Forums › Software Development › [Solved] Connect to / Activate "Eye Tracking Window"
- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by Grant [Tobii].
- AuthorPosts
- 15/01/2018 at 14:40 #7806tzaccaiParticipant
hi,
on my application i wish to have something like (if not the actual) tracking window that is on the taskbar.in more details:
i want to have a new window, with the moving eyes and their position (height, angle etc) in front of the screen.is there a way to get the same indicator as in the tray icon, but in a bigger external window.
is it possible to connect to the already implemented feature and display it?
or shall i create one of my own (with all the GUI and stuff) from the EyePostion/HeadPose/GazeData streams?thanks 🙂
15/01/2018 at 15:44 #7807Grant [Tobii]KeymasterHi @tzaccai, I am afraid that the eye status indicator bundled in the Tobii Core Software does not have an API for using it in this fashion that you specify, accordingly you will need to develop something similar using the Core SDK Interaction API.
Whilst the Tobii Core SDK does provide samples available @ https://github.com/Tobii/CoreSDKThese are tailored toward interaction purposes not graphical representation of eye gaze data. That being said, with the Tobii Pro SDK there is indeed included a number of .NET samples that do show you the means to show visually gaze stream data available @ https://www.tobiipro.com/product-listing/tobii-pro-sdk/#Download (3D Eyes Sample)
Please bear in mind, you will only be able to use these samples as a guide as the Pro SDK will not work with the 4C Tracker unless with a special licence. At any rate, I hope this information is of use to use.
15/01/2018 at 16:07 #7808tzaccaiParticipantAt any rate, I hope this information is of use to use.
Ofcourse it is.
thanks!16/01/2018 at 12:49 #7811Grant [Tobii]KeymasterGreat, please let us know if we can be of any further assistance 🙂
- AuthorPosts
- You must be logged in to reply to this topic.