OpenMV: The Camera For Your Next Project

Last month we saw [Ibrahim] tackle the lack of cheap, high speed, high resolution serial cameras with full force. He designed a serial camera based on the STM32F4 microcontroller that’s the perfect solution to anyone wanting to add visual processing or machine vision to a project. It’s cheap, too: instead of the $100 or so you’d spend on a high-end serial camera, [Ibrahim]’s version only has about $15 in parts.

Now he’s back at it again, with 25 FPS face detection, 30 FPS color detection, a new board with a micro SD socket, and support for USB OTG full speed. [Ibrahim] has been hard at work deep in the bowels of the STM32F4 micro, playing around with the core coupled memory. This allows for some very fast image processing, combined with the micro running at 168 MHz makes for very fast face and color detection.

As for a few benchmarks for this camera, the maximum resolution is 1280×1024, and at 88×72 resolution this little board can output at 60 FPS. Of course everything is limited by the speed of the serial connection, but there’s a lot of potential in this small serial camera.

No word on how much this board will cost, but [Ibrahim] may be putting a few boards up on Tindie shortly. Here’s to hoping he’ll send us an email telling us when his store is open.

If You Own A Camera You Need To Try Light Graffiti

Do you have a camera that’s capable of controlling how long of an exposure it takes?  With this and any small light source, you can make a really awesome illuminated image like the one featured above.  Combine this with the hacking skills that you’ve hopefully learned from reading Hackaday, and the visual possibilities are endless.

Let’s look at the background of this entertaining light hacking technique, and how you can make images like this yourself!

Continue reading “If You Own A Camera You Need To Try Light Graffiti”

39 Raspberry Pi 3D Scanner

[Richard] just posted an Instructable on his ridiculously cool 39 Pi 3D Scanner! That’s right. 39 individual Raspberry Pies with camera modules.

But why? Well, [Richard] loves 3D printing, Arduinos, Raspberry pies, and his kids. He wanted to make some 3D models of his kids (because pictures are so last century), so he started looking into 3D scanners. Unfortunately almost all designs he found require the subject to sit still for a while — something his 2-year old is not a fan of. So he started pondering a way to take all the pictures in one go, to give him the ability to generate 3D models on the fly — without the wait. 

He originally looked at buying 39 cheap digital cameras, but didn’t want to have all the images on separate SD cards, as it would be rather tedious to extract all the images. Using the Raspberries on the other hand, he can grab them all off a network. So he set off to build a very awesome (and somewhat expensive) life-size 3D scanning booth. Full details are available on his blog at www.pi3dscan.com

Stick around after the break to see it in action at Maker Faire Groningen 2013!

Continue reading “39 Raspberry Pi 3D Scanner”

Building A Better Serial Camera

If your next project does anything with cameras or machine vision, you’ll probably be looking at something like a USB webcam attached to an ARM board or a netbook. Sometimes, though, that setup blows will blow your budget – power or otherwise – out of the water. For small projects, you’re limited to small, serial-accessible cameras, and in that domain you really don’t have a lot of choices.

[Ibrahim] realized the cheapest serial cameras are about $35, and with basic image processing that cost skyrockets up to about $100. He set out to build his own alternative, and ended up with an awesome serial camera module that should only cost about $15 in quantity.

The module is built around an STM32F4 microcontroller running at 168 MHz. This micro has a DCMI port to which a OV9650 camera is attached. The resolution ends up being 1280×1024, far better than other serial cameras.

Already [Ibrahim] has the hardware working and a few demo apps. He has a real time color tracking demo (video below) up and running and a machine vision repo for his tiny camera. Now if we could only get a few of these boards on Tindie.

Continue reading “Building A Better Serial Camera”

Open Source Telescope Control

board

Telescope mounts connected to computers and stepper motors have been available to the amateur astronomer for a long time, and for good reason, too. With just the press of a button, any telescope can pan over to the outer planets, nebula, or comets. Even if a goto command isn’t your thing, a simple clock drive is a wonderful thing to have. As with any piece of professional equipment, hackers will want to make their own version, and thus the openDrive project was born. It’s a project to make an open source telescope controller.

Right now, the project is modular, with power supply boards, a display board, motor driver, an IO board (for dew heaters and the like), and a hand-held controller. There’s an openDrive forum that’s fairly active covering both hardware and software. If you’re looking for a project to help you peer into the heavens, this is the one for you. If telescope upgrades aren’t enough to quench your astronomical thirst you could go full out with a backyard observatory build.

Danke [Håken] for the tip.

A Much More DYI Air Gap Flash Unit

In reaction to the other air gap flash unit we featured a few days ago, [Eirik] sent us a tip about another one he recently made. In his setup, the duration of the flash peak intensity is around 300ns (1/3,333,333 of a second). As a reminder, an air flash unit consists of a circuit charging a high voltage capacitor, a circuit triggering a discharge on demand, a high voltage capacitor and the air flash tube itself. The flash tube contains two wires which are separated just enough to not spark over at max potential. Isolated from the other two, a third wire is placed in the tube. This wire is connected to a trigger/pulse transformer, which will ionize the gap between the two capacitor leads. This causes the gap to breakdown and a spark to form, thereby creating a flash of light.

[Eirik] constructed his flash tube using an olive jar and a glass test tube. As you can see from the (very nice) picture above, the spark travels along the glass test tube, making the quenching much faster than in an open air spark. [Eirik] built his own high voltage capacitor, using seven rolled capacitors of roughly 2nF each made with duct-tape, tin foil and overhead transparencies. For ‘safety’ they are stored in a PP-pipe. A look at the schematics and overall circuit shown on the website reveals how skilled [Eirik] is, making us think that this is more a nice creation than a hack.

Disclaimer: As with the previous airgap flash, high voltages are used here, so don’t do this at home.

Making An Airgap Flash

[Maurice] and his team just finished the airgap flash they’ve been working on for a year now. This kind of flash is useful for very high speed photography such as photographing shooting bullets. With a duration of about a millionth of a second it is 30 times faster the normal flashes at their fastest settings. In the video embedded after the break, [Maurice] first explains the differences between his flash and a conventional one which normally uses a xenon flash tube, then shows off different photos he made with his build.

Even though this video is a bit commercially oriented, [Maurice] will make another one detailing the insides. In the mean time, you can checkout the schematics in the user manual (PDF) and also have a look at an other write up he made which we covered in the past. We should also mention that trying to make this kind of flash in home is very dangerous as very high voltages are used (in this case, 16kV).

Continue reading “Making An Airgap Flash”