Standalone Eye-Fi Upload

eye-fi

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

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

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]

Eye-Fi Teardown

eye-fi

[les robots] had a defective Eye-Fi card on his hands and when a replacement was sent, he was told to destroy the original. What better way to ‘destroy’ something than opening the case? The Eye-Fi is an SD card with a builtin WiFi radio so it can upload images while remaining in camera. One version uses Skyhook’s location service to geotag photos. You can see a few photos of the dismantled card on Flickr. The board is manufactured by Wintec. The wireless side is handled by Atheros’ ROCm, the same low power Radio-on-Chip module you would find in a mobile phone. The flash memory comes from Samsung and the antenna is along the back edge, where it has the best chance of getting signal.

Autofocus Assist Light

afassist

[Aki]’s Nikon D2H did not come with an autofocus assist light.  His other cameras have them, and he likes the feature, so he decided to hack one into his D2H. He wired into the AF system, so that his LED gets voltage when the shutter release is pressed half way. The circuit needs refinement though, he found that the light was staying on during shutter release and affecting his light metering. You can see the hack in action after the break.
Continue reading “Autofocus Assist Light”

Hands Free Point Of View Camera

handsfree

Here’s an odd little footnote we found while perusing the Comic Tools blog. [Matt Bernier]’s blog is dedicated to drawing and inking tutorials for comic artists. He uses a lot of example photographs that involve both hands. This week, at the bottom of his post on cleaning brushes, he included a photo to illustrate how he takes all of these point of view shots. The camera is strapped securely to his head using an old lanyard. He can see the display and access the controls on the back. After composing his shot, he just sets the timer, and you get a picture of what the process looks like from his perspective. Sure, it looks silly from this angle, but it really helps out the posts.