Herror ::set_framegrabber_lut (
    const HTuple &FGHandle,
    const HTuple &ImageRed,
    const HTuple &ImageGreen,
    const HTuple &ImageBlue
)

Set frame grabber lut.

The operator ::set_framegrabber_lut sets the lut of the frame grabbers spezified by FGHandle. This operation is not supported for all kinds of frame grabbers.


Parameters

FGHandle (input_control)
framegrabber -> HTuple.long
Handle of the desired frame grabber.

ImageRed (input_control)
integer-array -> HTuple.long
Red level of the lut entries.

ImageGreen (input_control)
integer-array -> HTuple.long
Green level of the lut entries.

ImageBlue (input_control)
integer-array -> HTuple.long
Blue level of the lut entries.


Result

The operator ::set_framegrabber_lut returns the value H_MSG_TRUE if the transferred lut is correct and the frame grabber is open.


Possible Predecessors

::open_framegrabber, ::get_framegrabber_lut


Possible Successors

::grab_image, ::grab_region, ::grab_image_start, ::grab_image_async, ::grab_region_async


See also

::get_framegrabber_lut, ::open_framegrabber


Module

Image / region / XLD management



Copyright © 1996-2002 MVTec Software GmbH