Click or drag to resize

ReconstructionSetOutputBufferSize Method

Sets the numbers of hologram reconstruction outputs images that can be stored simultaneously in memory.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void SetOutputBufferSize(
	uint size
)

Parameters

size
Type: SystemUInt32
Remarks
The reconstruction thread must be stopped before modifying this value. Modifying this value will delete all the data currently stored in the process.
See Also