We need to add to the generated 'np' image files, metadata about if it's colour or greyscale.
The way to do this is to add to the photo_object in the worker method.
We have a self.colour_camera instance variable, we could use:
E.g.
photo_object = {'index':self.index.value,'record':rec,'camera_timestamp':timestamp,'camera_colour':self.colour_camera.value}
Maybe Euan/Joe you could add this & test it works ok?
We need to add to the generated 'np' image files, metadata about if it's colour or greyscale.
The way to do this is to add to the photo_object in the worker method.
We have a
self.colour_camerainstance variable, we could use:E.g.
photo_object = {'index':self.index.value,'record':rec,'camera_timestamp':timestamp,'camera_colour':self.colour_camera.value}Maybe Euan/Joe you could add this & test it works ok?