Click or drag to resize

ProcessingConfigurationLoadReferenceHologram(PhysicalLaserSource, Byte, Int32, Int32) Method

Loads the reference hologram for the specified source from byte array.

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void LoadReferenceHologram(
	PhysicalLaserSource sourceId,
	byte[] hologram,
	int width,
	int height
)

Parameters

sourceId  PhysicalLaserSource
The physical source identifier.
hologram  Byte
The byte array containing the reference hologram.
width  Int32
The array width.
height  Int32
The array height.
See Also