DanieleP
About
- Username
- DanieleP
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
I don't know the solution to your problem, but I had a very similar problem (see my last post). I just realised the eyetracker never went beyond 6 minutes of recording. Funny enough, tho, it managed to dump the data on the tsv file before stop recor…
-
thanks for the answer! I checked myself the synchronization and it seems OK. I will ask you more about this in the future, but now I realised I have a much bigger problem.. see my next post :)
-
I still have no idea about that 'time', but I managed to convert the timestamp from string format into unix timestamp format :) thanks to this: http://stackoverflow.com/questions/26161156/python-converting-string-to-timestamp-with-microseconds
-
edit: I guess this is the culprit sample = self._tracker.get_frame() t1 = time.time() # put the sample in the Queue queue.put(sample) # release the Threading Lock self._lock.release() # Update the …