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 int SetOutputBufferSize(
	uint size
)

Parameters

size
Type: SystemUInt32

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
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