Extending Battery Life While Taking Time Lapse Photos

msp430_camera_control

[Peter] loved using his GoPro HD camera, but he found the time lapse functionality a bit lacking. It wasn’t that there were not enough settings to satiate his needs, but that the camera would run through its batteries in just a few short hours.

He found that the camera did not turn off or enter any sort of sleep mode between shots, wasting precious battery life. He could have simply added a bigger external battery pack to the camera, but for the sake of portability, he had a far better idea in mind.

The GoPro has a pretty well documented interface called the “Hero Bus”, so all it took was a little bit of online research before [Peter] had all the information he needed. The camera has a neat feature that immediately snaps a picture when it is powered on, so he decided that he would use a microcontroller to turn the camera on and off at specific intervals, rather than using its built-in time lapse function. He chose a Texas Instruments MSP430 for the job, since it is very well known for being a power miser.

Once he had his code up and running, he connected it to his camera and found that it worked perfectly right off the bat. Now, he can take anywhere between 1,500 and 2,000 shots before the batteries run out, instead of the measly 200 he was getting without the modifications – quite an improvement!

Cellphone Microscope For About $20

Medical-grade microscope photography for $20 might be a game changer in areas where medical services are unavailable. This particular hack uses an iPhone’s 2 megapixel camera, as well as a tiny glass marble, to magnify a sample to about 350 times its actual size. The two images seen on the left are red blood cells photographed with the improvised microscope. The main issue with this magnification method is a very thin plane of focus that is overcome with processing in software.

This makes us think of the microscope hack that shined a laser through a droplet of water, to project the image on a wall. The concept was later refined to work with samples on glass slides. There are a couple of distinct advantages to using this cellphone-based method. First, the sample can be seen with its true colors. Second, you not only magnify the sample, but you have a digitized image already on a device that connects to the Internet. If you’re trying to make a medical diagnosis this can easily be sent to a qualified professional for analysis.

The team that came up with this technique also figured out how to build a cellphone-based spectrometer for just a few bucks. The image in the upper right is the result of that hack. Both have a step-by-step build guide on the page linked at the top. The microscope is just a glass bead in a piece of rubber, as seen here. The spectrometer is a bit more involved.

[Thanks Fabien]

Schäuble Jr Aims To Take Away Your Privacy!

[Mnt] wrote in to tell us about this 360 degree array of cameras featured on [Codeninja]. This has to be one of the most impressive arrays of cameras and sound equipment that we’ve seen at Hack a day.

The array is capable of 360 degree x 140 degree panoramic views using the 9 cameras arranged in a circle around the base. Impressive in itself, these cameras are all capable of both pan and tilt rotation via and Arduino-controlled servo setup. It also has a native 360 degree camera mounted on top of everything for calibration purposes and IR-LED illumination capabilities.

On top of all of this, the camera array also features audio capability with a 9-microphone setup, presumably one for each camera. This, coupled with piezoelectric speakers should provide for echolocation capability. Although jokingly called the “Schäuble Jr.” after a German politician, we’re not sure of the true purpose for this “sensor array.” We can only hope that it will be used for good. A very impressive build, it will be interesting to see what comes of it.

Cookie Projector Uses That Dusty Film Camera Of Yours

This hack is not for photographers with weak hearts. We’re going to be talking about destroying the body of a Single-Lens Reflex camera. But out of destruction comes something new. A broken camera paired with a flash and functional optics can be used to project light patterns for picture backgrounds.

The hardware is often referred to as a cookie projector, and a commercial unit can cost several hundred dollars. But if you or someone you know has a non-functional film SLR you’re already half way to making your own. Just snap off the back cover, yank out the mirror and shutter, and the bloody part is over. Slap on a lens with a large aperture, create your own slide with the pattern you’d like to see in your images, and affix a flash to the gaping hole on the back of the camera body. The video after the break shows the diy cookie projector hanging out on the flash stand, synchronized with your DSLR flash to add some pizzazz to the photo shoot.

Continue reading “Cookie Projector Uses That Dusty Film Camera Of Yours”

Robust Wireless DSLR Control Over Bluetooth

yanis_android_bluetooth_camera_controller

[Manishi] wrote in to share his latest project, a Bluetooth DSLR controller that works with Android. More than a mere Bluetooth shutter trigger, his device lets you control a wide array of other settings such as aperture, shutter speed, ISO, white balance, focus position and live view.

His “YaNis” control system was built using an Arduino Pro Mini, along with a USB host shield and a Bluetooth module he picked up from SparkFun. Obviously any other Arduino and SPP compatible Bluetooth board can be used, though component size is definitely a consideration for this project, and his selections are pretty well-suited to the job. The Arduino half of the software relies heavily on [Oleg Maruzov’s] PTP/USB libraries to get things done, but the free Android control app is all [Manishi’s] creation.

The Bluetooth dongle connects to the camera via USB, and once it’s paired with his Android phone, [Manishi] has total control at his fingertips. He has plenty of improvements planned for the near future including additional camera support, so we expect that we’ll see an even more robust control application before too long.

Continue reading to see a quick video demo of YaNis in action.

Continue reading “Robust Wireless DSLR Control Over Bluetooth”

Automatic Micro-Copter Cameraman

For those of you that are extreme sports participants, this “MikroKopter” may be the solution you’ve been waiting for.  When combined with a helmet mounted camera, this additional view should do a great job of capturing your every trick.

This setup attaches a camera to a six-rotor mini helicopter to follow and video the action. In true drone form, the camera is controlled automatically via a “point of interest” tracking transmitter.  The helicopter, however, appears to be controlled by a human operator.

There is really a lot going on with this setup from the micro helicopter itself to the tracking system (really neat how it calculates the camera angle), so be sure to check out their website. Also, be sure to check out the video of everything in action after the break. Continue reading “Automatic Micro-Copter Cameraman”

Spherical Military Drone Coming To A Sky Near You

spherical_drone

We’re always fascinated by flying drones around here, and this latest creation by Japan’s Ministry of Defense is no exception. The spherical drone, which looks far simpler than this drone we saw several months back, looks pretty benign at first glance. Once it starts moving however, you can see just how slick it is.

Reports say that it can hit a top speed of 40 mph, but it seems that the fun is relatively short-lived, as the drone runs out of juice after about 8 minutes. While it is flying, the drone appears to be incredibly agile and fairly easy to control. The built-in camera isn’t top end, but it looks more than sufficient for general surveillance use.

While we love quadrocopters and all of the cool acrobatics they pull off, there’s something awesome about a drone that can hit the ground at speed, roll, and take off again without incurring any serious damage.

Anyone care to start work on a civilian prototype with a longer battery life?