HALCON Reference Manual 10.0.2
Name
close_all_framegrabbersclose_all_framegrabbersclose_all_framegrabbersCloseAllFramegrabbersCloseAllFramegrabbers — Close all image acquisition devices.
close_all_framegrabbers( : : : )
Herror close_all_framegrabbers()
Herror T_close_all_framegrabbers()
Herror close_all_framegrabbers()
static void HOperatorSet.CloseAllFramegrabbers()
static void HMisc.CloseAllFramegrabbers()
The operator close_all_framegrabbersclose_all_framegrabbersclose_all_framegrabbersCloseAllFramegrabbersCloseAllFramegrabbers closes all currently open
image acquisition devices. It is used to cope with deadlocks resulting from
damaged image acquisition handles (in that case the use of
close_framegrabberclose_framegrabberclose_framegrabberCloseFramegrabberCloseFramegrabber is impossible).
close_all_framegrabbersclose_all_framegrabbersclose_all_framegrabbersCloseAllFramegrabbersCloseAllFramegrabbers exists solely for the purpose of
implementing the “reset program” functionality in HDevelop.
close_all_framegrabbersclose_all_framegrabbersclose_all_framegrabbersCloseAllFramegrabbersCloseAllFramegrabbers must not be used in any
application.
- Multithreading type: exclusive (runs in parallel only with independent operators).
- Multithreading scope: local (may only be called from the same thread in which the window, model, or tool instance was created).
- Processed without parallelization.
If it is possible to close all image acquisition devices, the operator
close_all_framegrabbersclose_all_framegrabbersclose_all_framegrabbersCloseAllFramegrabbersCloseAllFramegrabbers returns the value 2 (H_MSG_TRUE). Otherwise an
exception is raised.
grab_imagegrab_imagegrab_imageGrabImageGrabImage,
grab_image_asyncgrab_image_asyncgrab_image_asyncGrabImageAsyncGrabImageAsync
open_framegrabberopen_framegrabberopen_framegrabberOpenFramegrabberOpenFramegrabber
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |