Home › Forums › Software Development › Interface with Android Device
Tagged: android communication interface
- This topic has 4 replies, 4 voices, and was last updated 1 year, 6 months ago by Mauricio Korbman.
- AuthorPosts
- 18/03/2023 at 18:29 #23039Mauricio KorbmanParticipant
We are trying to build an android app that will receive data from a Tobii Pro running Windows. We basically need the message that is typed via the eye tracker on Tobii to be sent to an Android device (via bluetooth, wifi?). Any ideas?
Thanks!
19/03/2023 at 10:24 #23040Madhu ReddyParticipantHi, Tobii Android RT libraies presented. We need to install the RT app, which starts a service and helps in getting the GAZE and other information to JAVA layer.
Tracker can be connected to Android Device USB port in OTG mode.
Check for License fee, it easies your implementation.
Regards,
Madhu20/03/2023 at 01:13 #23041Jonas HögströmParticipantThe Tobii Pro SDK and the eye tracker runtimes for Tobii Pro models has no support for android. You will have to build a bridge yourself using the Tobii Pro SDK on the windows machine, and then sending the eye tracker data over a protocol of your choice to the android device.
I’m not sure however what you mean with “the message that is typed via the eye tracker on Tobii”. Using the Tobii Pro SDK, what you get are gaze samples (with timestaps, and gaze and eyeposition coordinates), but they are not “typed”.
Can you explain in some more details what you are trying to achieve?
20/03/2023 at 06:26 #23042kevenberryParticipantnice explanation.
20/03/2023 at 13:21 #23043Mauricio KorbmanParticipantWe are involved with ALS patients that use Tobii to communicate (type messages) on the screen. We would like those messages (text) to be sent to our Android application so the app can then take some actions based on the messages. The android device is physically NOT connected to the Windows device and cannot be connected with any cables.
- AuthorPosts
- You must be logged in to reply to this topic.