CNC Used To Make 3D Video Using One Camera

3d-video-one-camera-cnc

[Gabriel] is making 3D movies using only one camera. This should be impossible because true 3D needs to be stereoscopic, with images from different perspectives for each eye. He’s worked this out by mounting the camera on a CNC gantry and programming it to make two passes along slightly different paths. He’s plotting the camera paths using SketchUp and a plugin that exports paths as CamBam files, automatically adjusting for perspective. The two videos are then merged using Stereo Movie Maker.

We’ve embedded both a 3D video as well as behind-the-scenes filming video after the break but you’ll need the red and blue 3D glasses to view the former. It’s not too much of a stretch to tweak his methods and use this for stopped motion video where one button press takes a frame for each eye. Now, who will be the first to bring us a Star Wars remake filmed in stopped-motion 3D using the original action figures? Continue reading “CNC Used To Make 3D Video Using One Camera”

These Midi Controllers Stink!

BeatShoes-midi-controller

Well, maybe saying it stinks is too harsh. But if you build a midi controller out of an old pair of skate shoes you can be certain that they smell. [Thobson] put odor issues aside and added four force sensitive resistors to his shoes (one in each heel and one under the ball of each foot) for a creation he calls BeatSneaks. As force is applied to the resistors, they become less resistive. This change in resistance is measured by the ADC inputs on an Arduino and used to trigger midi events via USB. There’s video after the break, and [Thobson’s] has provided the schematic and code that he used for his addition to a growing family of unusual musical interfaces.

Does this make tap dancing cool again?

Continue reading “These Midi Controllers Stink!”

Piecax The Poltergeist Reinvents The Knock Block

piecax-the-poltergeist

[AndyGadget] built a haunted box as part of his Halloween preparations. This follows in the footsteps of the Knock Block we saw earlier this month but makes several hardware changes. He’s replaced the solenoid with a DC motor that rotates an arm to do the knocking. He’s avoided any CNC work by using a softwood box from a craft store as the enclosure. For control circuitry he’s used an 8-pin PICAXE Microcontroller that ‘listens’ for knocking on the box via a piezo buzzer. It will mimic knocks back to you, and if it hears the right combination The Addams Family theme song is played. This useless machine will make a great office conversation piece and with this simplified design it’s much easier to build than the Knock Block. See it perform after the break.

Continue reading “Piecax The Poltergeist Reinvents The Knock Block”

Digital Tuner Reverse Engineering

hvr-1600-i2c-sniffing

Hackaday alum [Ian Lesnet] tipped us off about some reverse engineering of the HVR-1600, an analog and digital television encoder/tuner. The project was spawned when [Devin] noticed his Hauppauge HVR-1600 didn’t tune channels in Linux quite as well as it did in Windows. He had a hunch this was due to improper initialization settings for either the tuner chip or the demodulator.

To fix this he used two test points on the board to tap into the I2C bus. Using a logic analyzer he captured the command traffic from the bus while running Linux, then while running Windows. By filtering the results with a bit of Perl, and comparing them by using diff, he tracks down and finds the variation in the commands being sent by the two drivers. After a bit of poking around in the Linux source and making the necessary changes, he improved the tuning ability of the Linux package.

[Devin’s] work looks simple enough, and it is. The difficult part of this process is being smart enough to know what you’re looking for, and what you’ve got once you’ve found it.

InPulse Watch Gets BlackBerry Data Via Bluetooth

inPulse-blackberry-watch

[Eric] just told us about the watch he developed that displays info from a BlackBerry via Bluetooth. The watch displays updates, message alerts, incoming call information, and… tells time. Setup and control is handled with the BlackBerry keypad. The device is charged with a micro-USB connection and will last for about four days without a recharge. We’d chalk up the rather long battery life to the use of an OLED display, which will use less energy when a portion of the display is left black.

So why is it here? Well, he’s got a couple of blog posts that detail two of the final prototypes that you might find interesting. What else? Oh yeah, his original prototype used an Arduino with a Nokia 3310 LCD display. For those of you who continually call the Arduino a worthless toy, looks like it’s good enough to use when taking a product to market.

How To Overlay Images By Using Greasemonkey

Today we’re going to take a look at writing scripts for the Greasemonkey add-on for Firefox. This add-on allows us to use JavaScript to make changes to the way webpages are displayed on our browser. These changes can only be seen by a copy of Firefox that is running a particular script. As an example, we’re going to write a script that adds a border to the banner image of each article on Hack a Day by overlaying the image you see above. Find out how it’s done after the break. Continue reading “How To Overlay Images By Using Greasemonkey”

DIY Plotter With Laser

plotter-with-300w-laser

[Viacheslav] built a plotter that is fast and accurate. He wanted to take it one step further and added a laser in place of the pen. The 300 mW unit does a nice job of wood-burning any pattern sent to it, but isn’t strong enough to serve as a laser cutter for anything other than thin-film. We wonder if it can be used to cut solder paste stencils for surface mount PCB production.

In the video after the break you can see some plotting that uses a pen. In addition to writing on paper, [Viacheslav] has tested this as a method of applying etch resist to a copper clad board for PCB production. He’s able to achieve 0.8 mm pitch but the production process is limited by the resist pen’s tendency to wear out quickly and to only prevent etching for a short period of time (compared to toner transfer resist).

Just like with his touch sensitive keypad project, he’s taken the time to thoroughly document his work. Build notes, pictures, CAD files, and source code are all available for your perusal and hackage.

Continue reading “DIY Plotter With Laser”