Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Messaging

Accessible

Camera.Messaging.Enable

Syntax

uEye.Messaging.Enable(uEye.Defines.Message msg, System.IntPtr ptr)

Description

Enables the passed message.

Parameter

msg

Message to be enabled:

uEye.Defines.Message.AutoBrightnessFinished: The automatic brightness control in the run-once mode is completed.

uEye.Defines.Message.AutoFocusFinished: Automatic focus control is finished (see Focus)

uEye.Defines.Message.CameraMemory: In the camera memory mode an image acquisition iteration is finished.

uEye.Defines.Message.CaptureStatus: There is an information about image capturing available. This information can be requested by GetCaptureStatus().

uEye.Defines.Message.ConnectionSpeedChanged: The connection speed of a USB 3.x camera has been reduced to USB 2.0 speed or has been increased.

uEye.Defines.Message.DevicePluggedIn: An already paired GigE uEye camera was reconnected to the network (Requirement: the camera is operated in trusted pairing mode, see TrustedPairing)

uEye.Defines.Message.DeviceReconnected: A camera initialized with Init() and disconnected afterwards was reconnected.

uEye.Defines.Message.DeviceRemoved: A camera initialized with Init() was disconnected.

uEye.Defines.Message.DeviceUnplugged: A paired GigE uEye camera was disconnected from the network (Requirement: the camera is operated in trusted pairing mode, see TrustedPairing)

uEye.Defines.Message.FirstPacketReceived: The first data packet of the image was transferred to the PC. This is the earliest time for determining if the image exposure is finished.

uEye.Defines.Message.Frame: A new image is available.

uEye.Defines.Message.NewDevice: A camera was newly connected. This is independent of the device handle.

uEye.Defines.Message.PassiveMultiCastImageParamChanged: Multicast mode: The master has changed camera parameters which affect the data format like image size or color format. The client must reconfigure the virtual camera.

uEye.Defines.Message.Sequence: The sequence is completed.

uEye.Defines.Message.Trigger: An image which was captured following the arrival of a trigger has been transferred completely. This is the earliest possible moment for a new capturing process. The image must then be post-processed by the driver and will be available after the uEye.Camera.EventFrame processing event.

uEye.Defines.Message.WhitebalanceFinished: The automatic white balance control is completed.

ptr

Pointer for receiving the message.