Dear Tango community,

I use Lima as a device server to get frames from a Basler camera. Lima publishes the frames as SCALAR attributes of type DevEncoded. As a GUI I want to use Taurus, specifically the TaurusImageDialog. This works well if Lima runs in the video mode, I can see the frames.
But if Lima runs in Acquisition mode, the frames are not displayed. The attribute "last_frame" is shown as "None" in Taurus, however if I read the attribute in Jupyter / pytango directly the attribute has the correct value. ('DATA_ARRAY', b'YATD\x03\x00@\x00\x02\x00\x00\x00\x01 …..)

How can I display these DevEncoded frames in Taurus?

Cheers,
Dominik