  | 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
Syntaxpublic void SetOutputBufferSize(
	uint size
)
public:
void SetOutputBufferSize(
	unsigned int 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