Update: Realtime 3D for you too!

realtime-3d-update

[Kyle McDonald] has kept himself busy working on 3D scanning in realtime. He's posted a writeup that takes us through the concepts, tools, and assembly of a DIY 3d scanning camera. You should remember a preview of this method posted earlier this month, but now it's time to build your own. You'll need a camera, a projector, and some open source software to process the image data. Using these simple … [Read more...]

Panoramic scanner camera

panoramic_photos_from_scanner

[Photodesaster] put together a panoramic digital camera using a scanner and some miscellaneous parts. You may remember seeing something like this about six months ago and originally about five years back. The parts used here work together nicely. The sensor board from the scanner is mounted to a metal plate along with a 50mm lens. The plate is mounted to a hard drive platter that is turned via … [Read more...]

LEGO book scanner

lego-book-scanner

Here's a good one from a few years back. [Muranushi] built a scanner to automatically scan an entire book. LEGO is used as the primary building material. A book is placed on a LEGO balance (inset photo) with a counterweight that eases the work of raising and lower the book. The book is lowered, a LEGO carriage moves across the book to turn the page, the book is raised to the glass of an … [Read more...]

Slide digitizer

slide-digitizer

Remember slide shows? The ones that used a carousel projector and real slides? [Brian] wanted to bring his slides into the digital age but was spending far too much time scanning in the 35mm relics. He set to work and built a rapid slide digitizer using a projector, a DSLR, and a microcontroller. His system centers around an AVR microprocessor, the ATtiny2313. Some DIP switches are used to set … [Read more...]

CNC hot wire cutter from scanners

hot-wire-cutter-from-scanners

[Raul] built a CNC hot wire cutter that he uses for cutting shapes out of foam. His device uses two flat bed scanners to provide two planes of motion. One scanner arm has the foam mounted on it and provides the Y-axis movement. The other scanner has the hot wire mounted on it and provides the X-axis movement. The cutting wire is mounted on a flexed bow made from heavy gauge coat hanger wire. He … [Read more...]

Barcode scanner in Processing

barcode_sc

Reader [Nikolaus] decided that instead of using an existing image based bar code decoder, he would write his own. Using the Processing language he created a scanner that parsed the black and white pattern when a bar code was centered on the image. His code then parsed that data and compared it with the initializing character to provide a reference. Currently his scanner supports three character … [Read more...]

DIY 3D gets a nod at SIGGRAPH

3dscan

Among the courses at this year’s SIGGRAPH (an annual technical conference and showcase of the latest in computer graphics research) was an introduction to 3D scanning that covers all the bases: mathematical foundations, two different build-your-own hardware approaches, and how to process and render the resulting datasets. The presenters have assembled all the course materials on a top-notch … [Read more...]