Example #1
0
# If you get stuck on one of them, please go on to the rest and then come back to it.

########################################################################################
########################################################################################

########################################################################################
# 1) Create an image which shows the heat map of where people are looking from
# time = 3 to time = 4 seconds on a black background in dots or a false color temp
# gradient.
# It should look roughly like this, but without the web page:
#     http://johnnyholland.org/wp-content/uploads/193383382_cf3b3bd6d0_o.png
# Help on drawing: http://quickies.seriot.ch/index.php?id=256
########################################

Task1.run(sessions, eventList, eyetrackList)

########################################################################################
# 2) Create an image for each 0.25 seconds and output them to a directory,
# using FFMPEG or other lib to combine them all together into a movie.
# Hint, create all images first then, in a separate step, call FFMPEG
# to have it combine them itself.
########################################

Task2.run(sessions, eventList, eyetrackList)

########################################################################################
# 3) Identify the central point(s) of gaze over a period of time and
# overlay a transparent white dot on the 1-3 areas of interest.
# the number should depend on if everyone is looking in a single
# place of if they are all looking in different places.
Example #2
0
# If you get stuck on one of them, please go on to the rest and then come back to it.

########################################################################################
########################################################################################


########################################################################################
# 1) Create an image which shows the heat map of where people are looking from
# time = 3 to time = 4 seconds on a black background in dots or a false color temp
# gradient.
# It should look roughly like this, but without the web page:
#     http://johnnyholland.org/wp-content/uploads/193383382_cf3b3bd6d0_o.png
# Help on drawing: http://quickies.seriot.ch/index.php?id=256
########################################

Task1.run(sessions, eventList, eyetrackList)



########################################################################################
# 2) Create an image for each 0.25 seconds and output them to a directory,
# using FFMPEG or other lib to combine them all together into a movie.
# Hint, create all images first then, in a separate step, call FFMPEG
# to have it combine them itself.
########################################

Task2.run(sessions, eventList, eyetrackList)