Class
uEye.Configuration.Multicast.Virtual
Accessible
Configuration.Multicast.Virtual.Add
Syntax
uEye.Configuration.Multicast.Virtual.Add(System.Net.IPAddress deviceAddr, System.Net.IPAddress multicastAddr, int cameraId, uEye.Defines.Multicast.ErrorHandling errorMode)
Description
Creates a new virtual multicast camera.
Parameter
deviceAddr |
IP address of the GigE uEye camera |
multicastAddr |
Multicast IP address of the GigE uEye camera |
cameraId |
Sets the camera ID of the virtual multicast camera |
errorMode |
Sets the error handling for the multicast mode. An image is transferred in multiple packets over the network. Under certain circumstances single packets may be lost. •uEye.Defines.Multicast.ErrorHandling.IgnoreMissingParts: Ignore image errors (Image errors are ignored, that means not received image parts are black.) •uEye.Defines.Multicast.ErrorHandling.MergeImagesReleaseOnComplete: Merge mode - Release on complete (If a packet loss occurs the image display is delayed until all packets have been received again.) •uEye.Defines.Multicast.ErrorHandling.MergeImagesReleaseOnReceivedImgLen: Merge mode - Release on new image (New images are displayed immediately. For missing packets the previous image data is used.) •uEye.Defines.Multicast.ErrorHandling.RejectImages: Refuse incomplete images (Incorrect received images are discarded.) |