Skip to content

Commit

Permalink
change back setting from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Jul 24, 2014
1 parent 99faea3 commit 751069c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pupil_src/shared_modules/uvc_capture/linux_video/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ def create_atb_bar(self,pos):
pass
if control.flags == "inactive":
pass
# if control.name == 'exposure_auto_priority':
# # the controll should always be off. we set it to 0 on init (see above)
# self.bar.define(definition='readonly=1',varname=control.name)
if control.name == 'exposure_auto_priority':
# the controll should always be off. we set it to 0 on init (see above)
self.bar.define(definition='readonly=1',varname=control.name)

self.bar.add_button("refresh",self.controls.update_from_device)
self.bar.add_button("load defaults",self.controls.load_defaults)
Expand Down

0 comments on commit 751069c

Please sign in to comment.