get_framegrabber_lut🔗
Short description🔗
get_framegrabber_lut — Query look-up table of the image acquisition device.
Signature🔗
get_framegrabber_lut( framegrabber AcqHandle, out integer ImageRed, out integer ImageGreen, out integer ImageBlue )
Description🔗
The operator get_framegrabber_lut queries the look-up table (LUT) of
the image acquisition device specified by AcqHandle. Note that
this operation is not supported for all kinds of image acquisition devices.
Attention🔗
For a multithreaded application,
info_framegrabber, open_framegrabber, and
close_framegrabber are executed exclusively.
get_framegrabber_lut runs in parallel with all non-exclusive
operators inside and outside of this group.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
AcqHandle (input_control) framegrabber → (handle)
Handle of the acquisition device to be used.
ImageRed (output_control) integer-array → (integer)
Red level of the LUT entries.
ImageGreen (output_control) integer-array → (integer)
Green level of the LUT entries.
ImageBlue (output_control) integer-array → (integer)
Blue level of the LUT entries.
Result🔗
The operator get_framegrabber_lut returns the value 2 (H_MSG_TRUE)
if the image acquisition device is open.
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
See also
Module🔗
Foundation