get_result#
- Client.get_result(frameType='singleframe_integrated', pixelFormat='UINT16', attributes='auto', histogram=None)#
Get the specified type of frames in the desired pixel format and associated information.
- Parameters:
frameType (FrameType) –
The type of frame to get. Use the FrameType enum or a string. Most common:
virtual_image0 (or 1, 2, 3, 4)
external_image1 (or 2, 3, 4)
sumtotal
singleframe_integrated
pixelFormat (PixelFormat) –
The pixel format to get. Use the PixelFormat enum or a string. One of the following:
DE8u
DE16u
DE32f
DE64f
attributes (Attributes) – Defines the image to be returned, some members can be updated. Some members of this parameter are input only, some are input/output.
histogram (Histogram) – Returns the histogram if desired. Some members of this parameter are input only, some are input/output.
Note
During acquisition, live frames will be returned; after acquisition, the last image will be returned.