[Tim] photographs insects for bugguide.net. As you can imagine, macro photography is a must. He was very frustrated with his camera’s stock ability to capture the insects. You can see in the example on his site that the image is blurry and has some color issues. He did some research and hacked together a method of getting fantastic macro images for relatively cheap. He used the reversed lens method to get his macro lens set up. He then modded his camera with CHDK for more control. He found that his focal distance was too small to get the entire bug in focus, so he took 15 images at different distances and combined them to make the final image. We’re curious how the pringles can macro lens would compare to this. Thanks for the submission [sp’ange]. Lets see some more tips.
digital cameras hacks955 Articles
Photographing LEDs
Since we rely on you, our loyal readers, to supply the tasty projects that we thrive upon, we felt this writeup about how to photograph LEDs could be very useful. Photographing them can be quite difficult at times, they throw off the standard settings on your camera pretty easily. EMSL takes us through all the settings for best results. While you’re brushing up on your photography skills, you might want to consider making a flash ring, or some kind of macro lens. Now go take some awesome pictures and submit your projects.
Amiga Joystick Camera Cable Release
[betaj] shares this cool mod with us. They used an Amiga joystick to create the shutter release for their camera. The circuit is pretty simple, consisting of a battery and a switch. It interfaces with the camera via a USB type A connector. Its fairly simple, but will definitely get some comments from onlookers when it is used. Still, the best mod we’ve seen for a camera by far is the chdk software for Canon digital cameras. I’ll bet we see an NES controller version soon, despite the ergonomic nonsense of it.
Standalone Eye-Fi Upload
Former Hack a Day contributor [Will] has been using a Eye-Fi SD card to automate his photo transfers. Unfortunately this requires using Eye-Fi’s software and talking to their servers. He used [Jeff Tchang]’s replacement server written in Python to recieve the images from the card. [Will] manages his own online photo gallery using Gallery 2. To get the images uploaded, he added a call to GUP. Now all of his photos are transfered just as easily as with the standard Eye-Fi but without all of the middleman.
[photo: Eye-Fi teardown]
Replacing A Point And Shoot Lens
Cockeyed.com is a peculiar site. It is spattered with links in an almost unintelligible manner, but if you dig hard enough, or just click randomly, you can find some pretty fun stuff. One nice writeup they’ve done is how to replace the lens in their point and shoot camera. This one happens to be a Canon Powershot sd750, but it will give you an idea about how difficult it can be for any point and shoot. The lens assembly couldn’t be replaced until almost every single piece had been disassembled. There are tons of pictures showing the process and the final result. Though the install was a success, his replacement lens was already beat up pretty bad. Looks like he’ll have to go through it all again.
[via The Old New Thing]
Remote Image Processing In JavaScript
[youtube=http://www.youtube.com/watch?v=u3_cFel26J8]
[Tom] wrote in to tell us about his JavaScript project for motion detection. It ties together two ideas we’ve talked about recently. The first is doing image processing in-browser using Canvas(), which we’ve seen employed in captcha breaking. The second is offloading heavy processing to browsers, which we saw recently in the MapReduce implementation. [Tom] is using JavaScript to compare consecutive images to determine if there’s any motion. He did this as part of MJPG-Streamer, a program for streaming images from webcams. It can run on very limited hardware, but image processing can be very intensive. Doing the image processing in-browser makes up for this limitation and means that a custom client program doesn’t have to be written. You can find the code here and a PDF about the proof of concept.
Fiber Optic Flash Ring
For those who enjoy photography, a ring light is a nice tool to have. Being hackers, making your own seems only logical. This writeup will take you through the process of making one from fiber optics for super cheap. They basically gutted some fiber optic toys and strapped them to the lens. Sure there was a little more work involved, but that’s the gist of it. You may recall some more in depth fiber optic ring lights using LEDs or cold cathodes that we covered before.
[via Hacked Gadgets]