A camera that describes a picture for you

[Matt]’s Descriptive Camera looks just like any other point and shoot camera, albeit a little more boxy and homemade-looking. It even works just like the Polaroids of yesteryear – snap a picture and in a few minutes you’ve got a reproduction in your hands. Unlike any other camera before, [Matt]’s camera doesn’t give you an image. [Matt]’s camera gives you a description of the picture you took, printed out on  easily-scrapbooked thermal receipt paper. Yes, mankind is now that meta.

To build the hardware of his camera, [Matt] took a BeagleBone single-board Linux computer and attached a webcam and a thermal receipt printer. The real magic is in the artificial artificial intelligence that is Mechanical Turk. [Matt]’s camera sends his picture up to the Internet where some random stranger describes his picture. This description is sent back and printed on the receipt paper.

Even though [Matt] is spending $1.25 to have a single picture described on Mechanical Turk, there’s probably not another camera as retro-meta-fabulous-fantastic out there.

Stop Motion Animation Creation

PVC man stop motion animation

Stop Motion Animation has always been interesting to me since I “discovered” that one could make animated flip books by drawing each frame a little different. Fast forward 20 years or so, and computer technology has gotten to the point where this sort of thing can be done electronically quite easily and at an incredibly low price of a camera, computer, and free or paid-for software (here’s the technique using GIMP, a free, good quality photo editing tool) to put everything together.

The frames in the picture above are of my latest [PVC man] animation, which can be made with some electroluminescent lights, gloves, and some PVC pipe.  Each frame was individually photographed, and after several hours of work we had enough footage for 17 seconds of so of stop-motion animation.

Although by no means perfect, the quality of these animations has gone up dramatically from the first animations that I made using an old ENV2 camera phone. Although I was using a “custom mount” for it, it’s amazing these came out as well as they did. As with everything hacking related, this process is a constant work in progress. Check out the videos after the break for the [PVC man] video as well as one of the early ENV2-produced stop-motion shorts!

[Read more…]

Autonomous time lapse with a video camera throwie

When [Matt] came across a small video camera made to fit onto a keychain, the first thing that came to mind is a time-lapse video throwie. Like the LED + coin cell battery + magnet we’ve seen we’ve seen before (and deployed…), [Matt]’s video throwie would be deployed in interesting spots for a few days and shoot a time-lapse video until the battery ran out.

The camera [Matt] picked up has the capability of shooting video or still pictures and writing them to a microSD card. To make his camera film a time-lapse video, [Matt] connected an ATtiny45 to the camera shutter and power buttons and uploaded a short bit of code that would snap a picture ever 15 seconds.

Right now, [Matt] is having a few problems with his video throwie. When the camera is turned on, it iterates through the SD card to find the next unused file name. This eats up a few seconds, so the current setup will slowly speed up the time-lapse video. This isn’t an insurmountable problem, so we’re looking forward to the very interesting videos these tough little cameras will film.

Check out [Matt]’s video of ice melting after the break.

[Read more…]

Automated turntable photography

[Muris] has a friend who is selling items on the internet. This friend wanted a simple way to make rotating images of the products and asked him to help. The result of his labors is this base unit that drives the turn table and controls the camera.

The first iteration of the turntable was powered by the stepper motor from a floppy drive. A disc was mounted directly on the motor spindle, but the results were a bit poor. This is because the motor had a fairly low resolution of 200 steps per rotation. That doesn’t allow for smooth animation, and there was a lot of vibration in the system. An upgrade to the geared system you see above included swapping out that motor for one from an old scanner. Now it achieves 1200 steps per rotation and the vibration is gone.

The connectors seen in the base are USB, incoming power, and shutter control. [Muris] wrote a program to control the PIC 16F628A inside the base. The program sends commands via USB and has parameters for number of frames per rotation, direction of rotation, and the like. Set it up as desired, place the product on the turntable, and hit start. Unfortunately there’s no video of this in action because [Muris] gave it to his friend as soon as it was finished. We guess the fact that he didn’t get it back means it’s working great.

If you don’t mind some rough edges and exposed wiring you can throw a system of your own together pretty quickly.

Facial recognition software can tell when you're frustrated with Xbox Live

Most of us have been faced with the anguish of being shot in the head repeatedly by 12-year-olds. There are also the times when we’re overjoyed by defeating the Mother Brain and making it out of the caverns of Zebes. If we wanted to scientifically quantify how happy, sad, or angry we are while playing video games, we wouldn’t know what to do. [Dale] came up with a very interesting way to gauge someone’s state of mind while either playing Xbox, or watching TV.

To get a measure of how happy or sad he is, [Dale] put a webcam underneath his TV and pointed it towards his couch. Every 15 seconds or so, the webcam snaps a picture and sends if off to the face.com API. After face.com sends a blob of JSON containing information about all the faces detected in the photo, a short Python script plots it on a graph.

[Dale] admits he’s not entirely scientific with this project; the low resolution of the webcam, coupled with images being captured every 15 seconds means he runs into the limitations of his hardware very quickly. Also, there’s the confound of [Dale] paying attention to something else in the room – like his kids – rather than the TV. Still, it’s an interesting use of hardware and software that would be loved by a market researcher or QA designer.

Sliding camera mount is good enough for amateur photography

[Unihopper] built this sliding camera mount to add some motion to his freestyle unicycle videos. It’s extremely simple, but still pulls off a pretty nice effect as you can see in the clip after the break.

The image above shows the mount without a camera attached.  You can see the threaded peg on the block in the foreground which is used for that purpose. Felt has been wrapped around the base of the block, which rides in a wooden channel. The string, which connects to an eye hook in the wood block, is attached to a spool on the far end of the plank. A K’nex motor drives that spool, slowly sliding the camera toward it.

Unlike other toy-based sleds, the use of a track system helps to maintain proper orientation of the camera. Obviously this isn’t going to achieve the perfectly smooth and precise motion you’d get out of a sled system like this rail and linear bearing version. But honestly, most of us don’t have cameras of the quality to warrant that type of high-end system. [Read more…]