HALCON Reference Manual / Image / Acquisition Operators

set_framegrabber_lut (Operator)

Name

set_framegrabber_lut — Set look-up table of the image acquisition device.

Synopsis

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

Description

The operator set_framegrabber_lut sets 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 (input_control) integer-array (integer)
Red level of the LUT entries.

ImageGreen (input_control) integer-array (integer)
Green level of the LUT entries.

ImageBlue (input_control) integer-array (integer)
Blue level of the LUT entries.

Result

The operator set_framegrabber_lut returns the value 2 (H_MSG_TRUE) if the specified LUT is correct and the image acquisition device is open.

Parallelization Information

set_framegrabber_lut is reentrant and processed without parallelization.

Possible Predecessors

open_framegrabber, get_framegrabber_lut

Possible Successors

grab_image, grab_data, grab_image_start, grab_image_async, grab_data_async

See also

get_framegrabber_lut, open_framegrabber

Module

Foundation


HALCON Reference Manual / Image / Acquisition Operators
Version 9.0.1 Copyright © 1996-2009 MVTec Software GmbH