mxcubecore.HardwareObjects.QtTangoLimaVideo#
[Name] QtTangoLimaVideo
[Description] HwObj used to grab images via Tango Lima device server If you want to access the Lima Library directly you may consider using the QtLimaVideo module instead
[Configuration] Example Hardware Object XML file : ================================== <object class=”QtLimaVideo”>
<type>basler</type> <encoding>yuv422p</encoding> <tangoname>bl13/eh/lima_oav</tangoname> <gain>0.5</gain> <exposure>0.01</exposure> <mirror>(False, False)</mirror> <interval>30</interval>
</object>
Functions
|
Classes
|
Descript. |
- class mxcubecore.HardwareObjects.QtTangoLimaVideo.QtTangoLimaVideo(name)[source]#
Bases:
AbstractVideoDevice
Descript. :
- get_image()[source]#
The implementing class should return here the latest_image in raw_format, followed by the width and height of the image
- get_raw_image_size()[source]#
Must return a two-value list necessary to avoid breaking e.g. ViideoMockup