In many application it may be required to capture the scene/stream from Voxel viewer. Here are some examples of such sitations...
- Further analysis like standard deviation, median, FFT of data captured
- Testing/Developing new algorithms on depth or Point cloud data
- Visualization in a different software
- Reconstruction of 3D mesh
The best way to do this would be to use voxelSDK and capture. This however required setting up voxelSDK to control the Hardware and catpure.
In cases where one likes to do this quickly can use the attached method, which doesn't involve setting up voxelSDK for control and capture, instead Voxel Viewer is used to capture/record the scene as such to .vxl file. This captured .vxl file can then be exported to various streams (.bin files) explained in the attache document.
Once extracted the .bin files can be read using simple computer programs as shown in the attached example codes(Python and C codes are given).