get_framegrabber_lut ( : : AcqHandle : ImageRed, ImageGreen, ImageBlue )

Query look-up table of the image acquisition device.

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.


Parameters

AcqHandle (input_control)
framegrabber -> integer
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.


Parallelization Information

get_framegrabber_lut is reentrant and processed without parallelization.


Possible Predecessors

open_framegrabber


Possible Successors

set_framegrabber_lut


See also

set_framegrabber_lut, open_framegrabber


Module

Foundation


Up: Image/Acquisition    Top: HALCON Operators
Copyright © 1996-2008 MVTec Software GmbH