LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
78 stars 16 forks source link

Not setting shape and dtype in config window when no image acquired #102

Closed WeisLeDocto closed 6 months ago

WeisLeDocto commented 6 months ago

When using the Camera Configuration window (CameraConfig), the shape and data type of the last acquired image is saved. It is then passed to the parent Camera Block, for initializing internal data structures. When no image can be grabbed, an information image is displayed in the configuration window. However, until now, the shape and dtype of this information image was being saved and passed to the Camera Block. This was causing cryptic bugs for users.

With this PR, the shape and dtype is never saved when the information image is displayed. If no real image can be acquired before exiting the configuration window, an error signaling that the shape and dtype are missing is raised and stops the test.