imager: replace uuidName by uuid

This commit is contained in:
Romain Bazile 2021-02-27 10:20:46 +01:00
parent b69e088f41
commit ffae24f8d6

View file

@ -553,10 +553,10 @@ class ImagerProcess(multiprocessing.Process):
"acq_camera_resolution": f"{self.__resolution[0]}x{self.__resolution[1]}",
"acq_camera_iso": self.__iso,
"acq_camera_shutter_speed": self.__shutter_speed,
"acq_uuid": planktoscope.uuidName.uuidMachineName(
"acq_uuid": planktoscope.uuidName.uuidMachine(
machine=planktoscope.uuidName.getSerial()
),
"sample_uuid": planktoscope.uuidName.uuidMachineName(
"sample_uuid": planktoscope.uuidName.uuidMachine(
machine=planktoscope.uuidName.getSerial()
),
}