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.
if you redo the top part to adapt it tou your camera, yes. the soft use DirectShowlib.net to acquire image, so no problem for your camera i suppose (works with all camrea supported by directx).
sorry i’m a window guy, i don’t have the competence to do cross platform interface implementation. but the core of the scanner and other task are in c# and should work in mono.
the soft work with plugins for hardware and tasks, you can add whatever hardware you want, you just need to impelement a very small proxy with the interface “ICameraProxy”. only 5-6 functions necessary (get image, capture size , sensor size…). you place your assembly in /plugins subdirectory. that’s all, you can use it.