Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

ImageCapturedHandler Method

C#
public delegate void ImageCapturedHandler(Rx.Net.Image iage, uint camIdx)

Handler of image captured events.

Attention: The image has to be copied before the image data is allowed to be changed, otherwise the original camera image could be destroyed!

Parameters

[Rx.Net.Image] iage

[in,out] The captured image.

[uint] camIdx

[in] The index of the camera in the camera server.