From 751069cbd4181fa10ebe96ddb898138a687e3835 Mon Sep 17 00:00:00 2001 From: Moritz Kassner Date: Thu, 24 Jul 2014 09:59:45 +0200 Subject: [PATCH] change back setting from debugging --- .../shared_modules/uvc_capture/linux_video/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pupil_src/shared_modules/uvc_capture/linux_video/__init__.py b/pupil_src/shared_modules/uvc_capture/linux_video/__init__.py index 911f159589..816cce2fdd 100644 --- a/pupil_src/shared_modules/uvc_capture/linux_video/__init__.py +++ b/pupil_src/shared_modules/uvc_capture/linux_video/__init__.py @@ -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)