❌

Reading view

There are new articles available, click to refresh the page.

Combining Photogrammetry Utilities into a Simple GUI Tool

One of the fun aspects of open source software is that you can often find so many libraries and tools that implement the functionality you need, but ease of use for e.g. artists is often not a priority. This is where [Edin Spiegel] β€˜s annoyances with photogrammetry tools led him down to the path of creating the Simple Photogrammetry GUI project, which is basically what it says on the tin.

In an associated video its development and use is demonstrated, combining tools like Colmap, OpenMVS, mvs-texturing, pymeshlab, brush and PoissonRecon to implement both photogrammetry and gaussian splatting to turn those photos into a not too shabby mesh along with realistic textures.

The GUI uses the Flutter GUI kit, so Linux support is still somewhat sketchy, but should work in this new release of this GUI wrapper. The author is asking for people to test this GUI and report any issues found so that they can be addressed.

From a quick glance at the project and the comments to the video it seems quite useful for anyone who wants to get started quickly with photogrammetry. One niggle is perhaps that it relies on processing using CUDA, with a much slower fallback to CPU processing if you do not happen to have an Nvidia-blessed GPU installed. Of course this is one of those universal issues in a world where theoretically everyone should be using OpenCL already.

In addition to the build instructions you can also download an AppImage for Linux and compiled binaries for Windows to theoretically get started as fast as your internet connection allows. Interestingly, the AppImage is well over a GB in size, whereas the Windows ZIP file is just 207 MB for the v1.1.5 release, so take that into account.

Watch Soldering Up Close and From Any Angle, in VR

A manual skill like soldering is so much easier to learn and grasp when one can watch it in action, and there’s a brand new way to do that using virtual reality (VR). It isn’t just a series of 3D videos shot at someone’s workbench, either.

See soldering in action from any angle, with fine details preserved even close up.

PCB Hand-Soldering Basics is a series of thirteen videos that demonstrate soldering using Gaussian splats, a method of displaying 3D content that allows the viewer to freely look at things from any angle. Gaussian splats aren’t new, but what makes this different is the sheer level of detail and the fact that it’s focused on handheld tool use rather than displaying a famous location, landmark, or something similarly β€œbig”.

Throughout the videos fine detail on the iron, parts, and the PCB itself remain visible from any angle and even from close up. Here’s a short video captured from within a VR headset that is probably the next best thing to seeing it yourself.

An educational production, it was was made in cooperation with the Department of Electrical and Electronic Engineering at Imperial College London. A few more details are in a LinkedIn post by [Tanmay Lad], who was part of the team involved in the production. The goal is to offer a unique, front-row seat to hand soldering with the ability to zoom in or look at it in 3D from any angle.

Not familiar with Gaussian splats? We’ve previously covered a great overview. They look great and are computationally cheap to render, and being able to get up close and see such detail is not really something one expects.

❌