 | 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 int SetOutputBufferSize(
uint size
)
public:
int SetOutputBufferSize(
unsigned int size
)
Parameters
- size
- Type: SystemUInt32
Return Value
Type:
Int320 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