Skip to content

Commit

Permalink
add binocular flag to player based on recording meta info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Dec 22, 2015
1 parent 5cea602 commit 0932991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pupil_src/player/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def get_dt():
# create container for globally scoped vars
g_pool = Global_Container()
g_pool.app = 'player'
g_pool.binocular = meta_info.get('Eye Mode','monocular') == 'binocular'
g_pool.version = get_version(version_file)
g_pool.capture = cap
g_pool.timestamps = timestamps
Expand Down

0 comments on commit 0932991

Please sign in to comment.