Hacking A Sigma Lens To Work With A Canon Camera

sigma-lens-canon-camera

[Martin Melchior] wanted to use an older Sigma lens with his Canon camera. The problem in trying to do so is that the camera uses a different communications protocol than the lens is expecting. But if you don’t mind cracking it open and doing a little microcontroller work you’ll be using the lens in no time.

The hack uses an ATtiny24 chip, two resistors, and a capacitor. You won’t need to do any coding, but you do need to burn the firmware to the chip (you can use an Arduino if you don’t have a proper AVR programmer). There’s plenty of room for the add-on hardware inside the lens so after reassembling the enclosure you won’t even be able to tell that the unit was altered. Unfortunately it doesn’t look like [Martin] took any pictures of the lens with his added electronics, but the schematic he posted should be enough for you to get the job done yourself.

If you’re into these types of DSLR hacks you should try something extreme, like using view camera parts with your modern camera.

Light Graffiti With Servos And Python

servo-laser-light-graffiti

Light Graffiti is can be lots of fun if you have a decent amount of artistic ability, and a keen sense of timing. If you don’t have the necessary skills, you can always compensate by using Python-controlled servos to move everything automatically. The Python code can be found here, and makes use of the Python Image Library to process the images into a “drawable” form. A [pyMCU] with firmware capable of simultaneous servo control was used to move the laser fixture around.

One of the more difficult aspects of this experiment was getting the timing correct between each laser pulse. The timing routine involes a bit of geometry, calculating the distance between each using trig. As explained in the article, this may be a bit of overkill.  It still didn’t compare to the trig involved in a previous experiment drawing a circle with this laser-servo fixture.  Be sure to check out the video of this laser-setup in action after the break.  I’ve been quite pleased with the results, and look forward to what can be done with it in the future!

Thanks to [pyMCU] for letting me have a few of these boards to play with!

Continue reading “Light Graffiti With Servos And Python”

DIY $6 Serial Cable For Vintage Apple QuickTake Cameras

diy-serial-cable-for-vintage-apple-cameras

Knowing he was a guy who liked electronics and taking things apart, one of [Erik]’s friends sent him a vintage Apple QuickTake 100/150 digital camera as a bit of a joke. [Erik] enjoyed the gift, but since his friend hadn’t sent the necessary serial cable he really couldn’t do that much with it. He searched online only to discover the cable is very difficult to find these days, and thus very expensive. So, being the handy guy he is, he built his own.

Starting with an Apple MiniDin8 Male cable, he cut off one end and attached the wiring to a RJ45 connector. That got plugged into a modular adapter with a DB9 Female Plug end and wired up. The procedure required no soldering, and cost less than $6. Awesome.

Unfortunately the lack of serial cable isn’t the only problem he faced. QuickTake isn’t compatible with newer Apple computers that use Intel. You have to either have a much older Mac, or use a Windows XP emulator. If that wasn’t bad enough, the cameras only want to save photos in QuickTake file format. Luckily, [Erik] documents how he overcome all these issues in his post.

[Thanks Erik]

Bullet Time With A Single GoPro

Earlier this week I saw a video that was showing how some guys made some really cool bullet time effects with 15 tiny rugged awesome cameras called “GoPros”(that wasn’t a paid endorsement, they’re awesome).  For those unfamiliar, the bullet time effect gained popularity from the first matrix movie. The footage slowed down to slow motion while [Neo] dodged some bullets, but the camera was still able to move around. To do this, they built a massive circular rig and mounted tons of cameras all around. Using these multiple angles, they were able to stitch together the scene in slow motion and “move” the camera.

Continue reading “Bullet Time With A Single GoPro”

Make Your Own Steadycam Mount

gopro-steadycam

[Ryan] wrote in to tell us about his partially 3D-printed steadycam mount on Instructables. In the video after the break, the camera does stay quite steady through some basic tests. The base is a paint roller handle, and the device works by using a long arm on the bottom with some weights to keep the camera upright. This handle is attached to the weights and camera through a 3-axis Gimbal system that allows the camera to stay relatively steady even if your hand isn’t. A full bill of materials and the needed STL files are provided.

Of course if you’re “old school” and like to use subtractive manufacturing methods, you can always check out this [camera stabilizer] from [Do-It-Yourself Gadgets]. The device works in a nearly identical manner, but the BOM seems to be: metal, screws, threaded rod. There are some cool animated GIFs of it in action on the site, or check out the video after the break.

As a “camera mount” bonus, check out this super easy [GoPro] (or any other small camera) clamp mount.  Really clever. Continue reading “Make Your Own Steadycam Mount”

Camera Trick Lets You See Sound Waves In Falling Water

From this still image you’d think the hose dispensing the water is being moved back and forth. But watch the video after the break and you’ll see the hose is quite steady, as is the standing wave of water. It’s bizarre to be sure. Knowing how it works makes cognitive sense, but doesn’t really diminish the novelty of the demonstration.

This is the second time [Brasspup] has posted a video of this phenomenon. The newest version does a great job of showing several different patterns. But even the first segment from a year ago, which has over 4 million hits, shows the water moving against gravity. We also saw a similar rig in a links post a year ago.

We’d call it an optical illusion but it’s really more of a technological illusion. The water is falling past a sub-woofer speaker which is tuned to 24 Hz. At the same time, the camera filming the demonstration is capturing 24 frames per second. As was mentioned then, it’s much like flashing a light to freeze the water in mid-air. But the flashing of the frames is what causes this effect.

Continue reading “Camera Trick Lets You See Sound Waves In Falling Water”

ShuttAVR Can Snap A Pic Or Serve As An Intervalometer

shuttAVR-intervalometer-hack

This project started as a simple microcontroller replacement on this IR camera remote control PCB. But the soldering job went rather badly for [Balthamos] so he changed things up and designed his own simple AVR remote shutter release and intervalometer.

The DIP chip seen with most of its legs bent backwards is the ATtiny25 which makes the system work. It’s patched into the traces for the battery connections, button (on the other side of the board) and the IR LED he’s pinching with his left hand. Point it at a Cannon camera and push the button to snap a photo. But as you can see in the clip after the break it also serves as an intervalometer; letting him take several pictures with a user-defined pause between each. That mode is selected by first pressing and holding the button. Once released the chip waits for a second button press to register the delay. The new circuit still fits in the original case after just a bit of alteration to it.

Continue reading “ShuttAVR Can Snap A Pic Or Serve As An Intervalometer”