Select Page

Tips for Better Photogrammetry Scans

With photogrammetry technology being more accessible than ever, I’m sure there are a few beginners out there that are eager to give it a try. If you’re like me, you may have heard some of these tips before, but didn’t give them as much attention as you needed to. Here are some quick tips to help improve your photogrammetry:

Proper Lighting

Of all the tips in this list, this one is arguably the most important. When it comes to photography, video, and even photogrammetry, lighting is critical. At the end of the day, you’re just capturing light. So if the quality and/or quantity of light is not great, your results won’t be great either. So your objective for 3D scans is, counter to most photography, flat. Completely flat.

Try using big light sources like a large softbox or even a window to spread as much soft, diffused light onto your subject as you can. The fewer shadows, the better. If you can manage no shadows, awesome. A good technique for capturing people’s heads or small-to-medium sized objects is to evenly light your subject with two large keys from the left and right, and using a lazy suzan to rotate the object as you take photos. A swiveling chair or stool would work the same when photographing someone’s head.

Cover your angles

This one may seem obvious, but it took me a few tries to get it right. During my first few scans, I wanted to get in nice and close, hoping for some ultra high resolution textures as a result. Makes sense, right? If you get in nice and tight, grab all the high-res details, your final textured model will look stellar! Well, not quite… At least with the reconstruction algorithm I was using, photos that are ‘too different’ than the others (aka close-ups) were tossed out from the calculation, so they ended up not even contributing to the final.

That said, try to keep your entire subject in the frame at all times. This will definitely improve the chances of ALL your images being used to calculate the point cloud. Just a personal technique, I usually start with my low angles first, snap a photo, and move about 10 degrees to the right or left, snap the next and repeat. Once I make my first 360, I move up to the mid (head-on) angle, do a 360, then cover the high angles. It’s always better to have more images than you need, rather than coming up short during the model creation process.

Shoot Manual

This helps keep consistency between all your images. Most smartphones come with this feature already, but if not, there are several apps for both Android and iOS that will unlock your camera’s full potential. This prevents your camera from shifting focus, changing exposure, and altering white balance settings in between shots. That way, when you bring in all your photos, they’ll all be the same white balance, the same ISO, shutter speed, and aperture.

Stay Focused

This goes hand-in-hand with the ‘shoot manual’ tip, but it’s definitely worth mentioning. If you happen to be shooting in low light, and you’re on a DSLR shooting prime or something like that, if you’re shooting wide open, you’re going to get a very shallow depth of field. It looks lovely, and I love the images from wide-open prime lenses, but this isn’t the application for it. When taking photos to use in photogrammetry, you need to keep your entire subject in focused. This is 2nd most important, right after light. This makes it easier for the computer to see exactly which angle you’re viewing the object from, and will likely result in fewer images being tossed out of the application. If you’re shy on light, don’t open the lens. Get more light in there to allow yourself to shoot f/10 or so, whatever it takes to get your entire subject in focus. Definitely helps you in the long run.

That’s all for now! If you have any tips of your own, feel free to share them in the comments!

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...