Close specified image acquisition device.
The operator close_framegrabber closes the image acquisition device specified by AcqHandle. In particular, allocated memory for data buffers is released and the image acquisition device is made available for other processes.
|
AcqHandle (input_control) |
framegrabber -> integer |
| Handle of the image acquisition device to be closed. | |
If the specified image acquisition device could be closed, close_framegrabber returns the value 2 (H_MSG_TRUE). Otherwise an exception handling is raised.
close_framegrabber is processed completely exclusively without parallelization.
Foundation