Originally shared by Fabio Ferretti
I’m proud to announce you the release of the open source Software for the “cheapest 3d scanner on earth” the 30$ DIY Sardauscan.
The software Is written in C# and allow you to compose your Scan task by drag and drop.
Recommended Process is composed from these scan
“Scan” => “IrQ filter” => “merge laser” (if you use more than one laser) => “Build Mesh by interpolation “ => “Save STL”.
But if you are not satisfied with the build-in processing task, or if you prefer use another heavy but powerful software to work with your point clouds like meslab or other, you can just “Scan” => “Save Ply” and import them in your preferred application.
While the software come with a building support of the Sardauscan hardware, and usb camera. You can easely write your own Hardware proxy via plugins.
You can event build your own task to insert in your scan process.
STL : http://www.thingiverse.com/thing:702470
Source Code : https://github.com/Sardau/Sardauscan
Let the bug flow Begin !