Skip to content

Flint: Use video image for more lima acq_trigger_mode

Valentin Valls requested to merge valentin.valls/bliss:fix-lima-acq-mode into master

Feedback from @claustre

Fast scans with camera using EXTERNAL_TRIGGER was generating a lot of warnings in Lima server side.

In Flint side, the video was in fact disabled for this Lima acq_trigger_mode. As result the image was reached from the camera buffer, and was often failing cause the image was not there anymore. As result the image was reached from the file.

This MR fixes this issue.

As result

  • Lima detector is not anymore disturbed
  • Flint should display image faster as it is now using video (and not falling back ultimately to image from file)
Edited by Valentin Valls

Merge request reports