sam_cam: tempoarly removed auto white balance on daq start up, may be better to set to a specific value
This commit is contained in:
@@ -70,7 +70,8 @@ class epicsAD(object):
|
||||
self.gain_max.put(settings.gain_max)
|
||||
self.exp_max.put(settings.exp_max)
|
||||
self.set_auto(AutoEnum.ONCE)
|
||||
self.auto_white_balance.put(1)
|
||||
#TODO add a white_balance button to GUI or set it so it happens with backlight in and on
|
||||
#self.auto_white_balance.put(1)
|
||||
self.acquire.put(1)
|
||||
|
||||
def get_image(self, gray=True) -> np.ndarray:
|
||||
|
||||
Reference in New Issue
Block a user