Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pupil-labs/pupil
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Apr 23, 2014
2 parents b4ab187 + 7646a4e commit 95f9f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/capture/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def map_pupil(vector):
g_pool.update_textures = c_bool(1)

# Initialize capture
cap = autoCreateCapture(cap_src, cap_size, 10, timebase=g_pool.timebase)
cap = autoCreateCapture(cap_src, cap_size, 24, timebase=g_pool.timebase)

if isinstance(cap,FakeCapture):
g_pool.update_textures.value = False
Expand Down

0 comments on commit 95f9f24

Please sign in to comment.