Home › Forums › Community Projects › Streaming & Recording with Tobii Ghost
Tagged: GazePosition, record, recording, software
- This topic has 47 replies, 17 voices, and was last updated 6 years, 3 months ago by Trends Que.
- AuthorPosts
- 28/11/2016 at 19:05 #5986Alex [Tobii]Participant10/03/2017 at 22:15 #6447Alex KerrParticipant
Hi! I have a bit of strange feedback. 🙂 I’m going to be streaming/recording from an arcade cabinet which has a 4:3 CRT monitor with a maximum display resolution of 640×480. (The other supported resolution is 320×240. 😉 ) At 640×480 the configuration tool is too tall for the screen and gets cropped, and there is no scrollbar to access the obscured options.
I’ve found I can work around this by manually editing the configuration file in C:/Users/<username>/AppData/Local/Tobii/Tobii Streaming Gaze Overlay/ — for example, setting Offscreen to true in order to disable the live preview. Of course, this requires closing and re-opening the tool to change settings, but this is manageable enough.
Other than that, everything seems to work great! Thank you for developing this tool. 🙂
10/03/2017 at 22:39 #6448Alex [Tobii]ParticipantHi!
Thanks for feedback. I will try to think about how to fix it. Soon we will publish a new release with improved performance on 4k screens.
17/03/2017 at 10:24 #6505Alex [Tobii]ParticipantUpdate 1.0.4:
– Performance improvements on 4K screens
– New branding and installer
– Various bugfixeshttps://help.tobii.com/hc/en-us/articles/210245345-Getting-started-with-Streaming-Gaze-Overlay
28/04/2017 at 17:12 #6768Ted GrahamParticipantHi, I am thinking about getting the tobii 4C, but have a couple questions. When you record the footage with gaze overlay, how is it saved? 1. what are the file types, and 2. I’m assuming you have separate files then for the screen display and the gaze overlay?
Thanks!
28/04/2017 at 17:16 #6769Alex [Tobii]ParticipantHi!
You use video capture software (like OBS or xSplit) where gaze overlay is composed on top the video stream. So you get a single video file in the end. If you want to store the data for analytical purpose please contact Tobii Pro https://www.tobiipro.com/contact/contact-eyex-for-research/
28/04/2017 at 17:20 #6770Ted GrahamParticipantAh, makes sense! Ok, thank you for the quick reply.
24/01/2018 at 10:32 #7832Sean Voynaud BrissonParticipantWould it be possible to Add easily, an Image file that would fit inside the GazeOverlay SHAPE ?. Adding the possibility to Customize not only the color but, the whole Overlay visual Appeal. SO we can have custom GazeOverlay cursors like this one
I wanted to do it myself but… couldnt find source code for Tobii Gaze Overlay…
Neither the source code for Tobii itself. Which i think could be GREAT To be able to customize the WHOLE GUI…Then i readed this post Saying Source is not available, yet!
Well i either cant wait for The source to come out. OR The function to be implemented >.<23/03/2018 at 04:13 #8039LeeParticipantHi,Alex.
I just want to get eye- gaze position online using C++ and calculate the velocity of eye movement.Where can i fand the c++ code.My equipment is TObii Eyrtracker 4C.Need help badly.
Look forward to your reply! Many thanks!23/03/2018 at 10:41 #8040Alex [Tobii]ParticipantHi! @leengu
You can use Tobii Stream Engine API:
https://www.nuget.org/packages/Tobii.StreamEngine/
https://www.nuget.org/packages/Tobii.StreamEngine.Native/Samples:
https://github.com/Tobii/stream_engineDocumentation:
https://tobii.github.io/stream_engine/23/03/2018 at 12:46 #8042LeeParticipantMuch Appreciated for your reply.
Thanks for your answer,Alex.I remember there was a version which written by Oleh,but i can’t find it now. It’s easy for me to understand with annotation after the code.The version you provided to me is nice,however, i have difficulty in applying it to my task.I wonder if it’s possible for you to provide that version of code to me.It’s doesn’t matter if you’re not convenient!
Best regards.23/03/2018 at 17:21 #8045Alex [Tobii]ParticipantHi @leengu !
What problems do you get when you try to use the sample code?
https://github.com/Tobii/stream_engine/blob/master/samples/background_thread_sample_windows.cpp25/03/2018 at 04:13 #8049LeeParticipantDear Alex,
Which line represent the eye position? Is it a float value that i could use to calculate? Furthermore, i would like to know the sample frequency.
Sincerely yours26/03/2018 at 09:59 #8052Alex [Tobii]ParticipantHi @leengu !
Line 168
4C is 90 Hz28/03/2018 at 05:15 #8058LeeParticipantHi,Alex
I am using https://github.com/Tobii/stream_engine,i downloaded the Tobii.StreamEngine but there were some errors such as can’t find tobbi.h header file. - AuthorPosts
- You must be logged in to reply to this topic.