Click or drag to resize

BasePluginCameraClearScanFieldImage Method

Creates a new scan field image Mat object and fills it with empty pixels.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public void ClearScanFieldImage(
	int numberOfChannels
)

Parameters

numberOfChannels  Int32
The number of channels the scan field image will have.
See Also