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.

Chumby Digital Picture Frame Teardown

overview-1

At this year’s Consumer Electronics Show, Chumby unveiled their latest prototype. It’s a network connected digital picture frame that runs Flash widgets. Just like the current Chumby model, they’re publishing the software and hardware under a license designed to let you hack it. They let us borrow one of their open chassis evaluation kits to teardown and photograph. We’ve got more pictures, full specs, and the schematics below.

Continue reading “Chumby Digital Picture Frame Teardown”

Cat5 Camera Flash Extension

extension

Network engineer [Mario Giambanco] recently purchased a cable to move his flash off camera. Unfortunately, it ended up way too short for his purposes. Instead of purchasing a slightly longer proprietary cable, he decided to employ what he had around him: a lot of cat5e cable and ethernet jacks. He cut the cable close to the center in case things didn’t work out and he’d need to repair it. His post on building the custom ethernet flash extension cable goes into heavy detail to make sure you get it right the first time. He’s tested it using both five and 50 foot pieces of cable with no apparent lag.

This isn’t the first time we’ve seen cat5 repurposed: composite video through cat5, vga cat5 extension, and cat5 speaker cables.

[via Lifehacker]