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:
2026-05-29 10:06:49 +02:00
parent 401ec84df4
commit 792f72cb22
+2 -1
View File
@@ -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: