On i15-1 we have a few optical cameras that are used for diagnostics e.g. quickly check the sample is mounted etc. They are constantly acquiring so that we can view the live feed of them. We would like to take a one off snapshot of the camera to put into LIMS.
After discussing with @coretl the best way to do this is probably a new detector class that, when trigger_and_read is called will write a frame with the writer (in this case a tiff writer) without changing the acquisition state of the detector (assuming it is already acquiring).
Acceptance Criteria
- There is a detector I can use to take an image from an already acquiring detector without interrupting the acquisition.
On i15-1 we have a few optical cameras that are used for diagnostics e.g. quickly check the sample is mounted etc. They are constantly acquiring so that we can view the live feed of them. We would like to take a one off snapshot of the camera to put into LIMS.
After discussing with @coretl the best way to do this is probably a new detector class that, when
trigger_and_readis called will write a frame with the writer (in this case a tiff writer) without changing the acquisition state of the detector (assuming it is already acquiring).Acceptance Criteria