Class
Accessible
Camera.Device.SetEnableAutoExit
Syntax
uEye.Device.SetEnableAutoExit(bool bEnable)
Description
Enables/disables automatic closing of the camera handle after a camera has been removed on-the-fly. Upon closing of the handle, the entire memory allocated by the driver will be released.
Parameter
bEnable |
true = Enables automatic closing |
false = Disables automatic closing |