set_framegrabber_param ( : : FGHandle, Param, Value : )

Set specific parameters for a frame grabber.

The operator set_framegrabber_param sets specific parameters for the frame grabber specified by FGHandle.


Parameters

FGHandle (input_control)
framegrabber -> integer
Handle of the frame grabber to be used.

Param (input_control)
string(-array) -> string
Parameter to be set.
Suggested values: 'continuous_grabbing', 'external_trigger', 'gain', 'image_height', 'image_width', 'port', 'start_column', 'start_row', 'trigger_signal', 'volatile'

Value (input_control)
string(-array) -> string / real / integer
Parameter value.


Result

If the frame grabber is open and the specified parameter / parameter value is supported by the frame grabber, the operator set_framegrabber_param returns the value 2 (H_MSG_TRUE). Otherwise an exception handling is raised.


Parallelization Information

set_framegrabber_param is reentrant and processed without parallelization.


Possible Predecessors

open_framegrabber


Possible Successors

grab_image, grab_region, grab_image_start, grab_image_async, grab_region_async, close_framegrabber


See also

open_framegrabber, info_framegrabber, get_framegrabber_param


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH