Click or drag to resize

JAICameraStopStreaming Method

Stops the image stream. Basically copied from JAI's ImageProcessing sample. Attention: Closing the stream should be done here and not when disconnecting as done in the sample project, because setting new values for the image width and height results in corrupted buffers otherwise.

Namespace: RAYLASE.Marker.CamerasPlugin.JAICamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public override void StopStreaming()
See Also