PDA

View Full Version : logging duration and order of grab/gaze


zumbay
11-17-2016, 10:47 AM
Hi,

I am trying to log the time and sequence somebody is grabbing/looking at an object.
For example, grabbing or looking at object A, moving it and releasing (2sec), moving object B (45sec), moving object A again (5sec + the 2sec from the first time) and so on for many objects.
Basically getting out a list or dictionary with the grab duration and order for each object. And the same for gaze - I suppose the solution to one is quite transferable to the other...

Any suggestions about clever solutions are appreciated :)

Jeff
11-17-2016, 04:48 PM
You could calculate the time between the grab and release events. Are you using vizconnect and the grabber tool?

Perhaps the gazetime example script in this (http://forum.worldviz.com/showthread.php?t=5686) thread will be helpful.