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.JAICameraAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic override void StopStreaming()
See Also