Getting A Home Built Scanner From ’92 Up And Running Again

In 1992, [Arpi] didn’t have much time for Ninja Turtles, Nintendos, and other wonderful wastes of time his fellow geeks were raised on. He was busy building a scanner for his Commodore 64. Although this very impressive build could have been lost to the sands of time, he pulled his project out of the attic for a “Try to use it again” party. Although this party is not a formal competition, we’re going to say that [Arpi] walked home that night with the most geek cred.

While there are no build details, there is a bunch of info to be gleaned from the gallery about how this machine was built. We’re pretty sure a good majority of the build was a typewriter at one point, and it looks like there’s a windshield wiper motor in there somewhere. Like this completely unrelated but similar build, [Arpi]’s scanner uses a photoresistor and a few LEDs to transfer image data to the custom software. In case you were wondering, yes, the ancient 5 1/4 floppy disk was still readable – one of the few advantages of the huge sectors on these disks.

Check out the videos of this scanner in action after the break, and if you’ve got a decades-old hack sitting in your attic (remember that acoustic modem you built?), send it in on the tip line.

Continue reading “Getting A Home Built Scanner From ’92 Up And Running Again”

diy-laser-scanner

Cheap DIY Laser Scanner Is Quite Impressive

With the introduction of the Kinect, obtaining a 3D representation of a room or object became a much easier task than it had been in the past. If you lack the necessary cash for one however, you have to get creative. Both the techniques and technologies behind 3D scanning are somewhat complicated, though certainly still within reach as maker [Shikai Chen] shows us. (Google Translation)

He wanted to create 3D scanned images, but he didn’t have the resources to purchase a Kinect. Instead, he built his own scanner for about 1/6th the cost. Interestingly enough, the scanner resembles what you might imagine a very early Kinect prototype looked like, though it functions just a little bit differently than Microsoft’s creation. The scanner lacks any sort of IR emitter/camera combo, opting to use a laser and a USB VGA camera instead. While scanning, the laser shines across the target surface, and the reflected light is then picked up by the camera.

So how does this $25 DIY laser scanner measure up? Great, to be honest. Check out the video below to see how well his scanner works, and be sure to take a look through his second writeup (Google Translation) as well for more details on the project.

[via Seeedstudio]

[youtube=http://www.youtube.com/watch?v=jLZ-s9KRzG8&feature=player_embedded&w=470]

Structured Light 3d Scanner

After futzing around with a cheap pico projector, a webcam and a little bit of software, [Jas Strong] built herself a 3d scanner.

In spite of the dozens of Kinect-based scanner projects, we’ve seen structured light 3d scanners before. This method of volumetric scanning projects a series of gradient images onto a subject. A camera captures images of the patterns of light and dark on the model, math happens, and 3d data is spit out of a computer.

[Jas] found a Microvision SHOWWX laser pico projector on Woot. The laser in the projector plays a large part in the quality of her 3d models – without a focus, [Jas] can get very accurate depth information up close. A Logitech webcam modified for a tighter focus handles the video capture responsibilities. The software side of things are a few of these structured light utilities that [Jas] melded into a single Processing sketch.

The results are pretty remarkable for a rig that uses woodworking clamps to hold everything together. [Jas]’ 3d model of her cat’s house looks very good. She’s got a few bugs to work out in her setup, but [Jas] plans on releasing her work out into the wild very soon. We’ll update this post whenever that happens. made her code available here. The code requires the ControlP5 and PeasyCam libraries.

Page-turning Book Scanner Roundup

[Daniel] at diybookscanner.org posted a roundup of the best automatic book scanner builds to date. A lot of the comments on our last coverage of book scanners were summed up by [Spork] with, “No automatic page turning = no use.” Turning a page in a book with a robot is really hard, though, and these builds do a really amazing job at automating very tedious work.

First up is [jck57]’s servo actuated auto scanner. From the video, this build is very good and we caught it skipping only one page. Check out the video in action and the overview.

Next up is the Berlin Hackerspace c-base’s vacuum box scanner. The video shows a large diamond-shaped box with a vacuum cleaner hose attached to the top. The box is pressed down into the binding of the book where the vacuum picks up the next page. The build is a manual version of this very expensive machine, but does have the bonus of not poking a centuries-old book with robotic manipulators.

[dtic] was one of the first people to look into automatic page turning. His prototype (video here) uses servos, but has a very simple construction. The downside is that the book can only scan one side of the book at a time; to get other side, the user would have to turn the book upside down and scan it again.

Project Gado was an unsuccessful Kickstarter campaign whose goal was to develop a scanner to archive photos at Johns Hopkins University. The build used a vacuum-powered suction cup to lift pages onto a flatbed scanner. It’s a lot slower than some of the other builds, but we think there would be less of a risk of skipping a page.

As for processing the images captured by a digital camera, [Steve]’s book scan wizard handles a lot of the necessary post processing tasks. Converting everything to a PDF, changing the DPI, and putting all the pages in order can be done with [Steve]’s app. Download here.

Turning a page of a book is a very hard problem – books are designed for hands, not grippers. If you’ve got a book scanner build you’d like to show off, send it in on the tip line. We’ll be sure to put it up.

Build Your Own CT Scanner

[Linas] built himself an x-ray generator for a scholarship contest. We assume this wasn’t enough of a challenge for [Linas] because after the x-ray generator was done, he used his project to model objects in 3D (Google Translate link). It’s an amazing build, leaving us feeling sorry for the guy that came in second place to the home-made CT scanner.

The theory behind a CT scanner is fairly simple – take a series of x-rays of an object around an axis of rotation. From there, it’s a fairly simple matter to digitize the x-ray images to produce a 3D model. The hard part is building the x-ray generator. [Linas] used directional x-ray tubes, a few power supplies and from what we can gather x-ray film instead of a CCD sensor. The film was scanned into a computer and reassembled to get a 3D image.

[Linas] doesn’t seem too keen on giving away the schematics for his build to any old joker on the Internet because of the high voltage and radiation components of his build. Still, it’s an amazing build.

Check out the YouTube demo of [Linas]’s CT scanner imaging an old computer mouse and a reconstruction of the same data done in MATLAB after the break.

Continue reading “Build Your Own CT Scanner”

Kinect-based Turntable 3D Scanner Looks Very Promising

We know that the appearance of the Kinect 3D camera hardware, and subsequent open source driver hacking conquest, is a game-changer that brings the real world into much closer contact with the virtual world. But it still amazes us when we see a concept like this turntable-based 3D object scanner that works so incredibly well.

The concept is extremely simple. A box made from foamboard rests atop a turntable. At its center is the object you wish to scan being well-lit by a small LED light source at each upper corner of the box. First up some code and capture data about the sides and top of the object as it spins. To put the shoe back together in the virtual world, he used a modified version of RGBDemo v0.6.0, a Kinect focused project written by Nicolas Burrus.

[A.J] says that the scan comes out pretty well after just one pass, but that’s not stopping him from setting his sights on making this work with three of four Kinects at once. Don’t forget to check out his video demonstration which is embedded after the break.

Continue reading “Kinect-based Turntable 3D Scanner Looks Very Promising”

DIY Book Scanner Processes 600 Pages/hour

Like any learned individual, [Justin] has a whole mess of books. Not being tied to the dead-tree format of bound paper, and with e-readers popping up everywhere, he decided to build a low-cost book scanner so an entire library can be carried in a his pocket. If that’s not enough, there’s also a complementary book image processor to assemble the individual pictures into a paginated tome.

The build is pretty simple – just a little bit of black craft board for the camera mount and adjustable book cradle. [Justin] ended up using the CHDK software for the Cannon PowerShot camera to hack in a remote trigger. The scanner can manage to photograph 600 pages an hour, although that would massively increase if he ever moves up to a 2-camera setup.

Continue reading “DIY Book Scanner Processes 600 Pages/hour”