Tool Review: Video Experimenter Shield

Arduino Photography & Video
Tool Review: Video Experimenter Shield

MZ_Toolbox2010.gif

Video Experimenter Shield
With high-definition television becoming increasingly widespread, many people are tossing their old NTSC or PAL video equipment to the curb. But as makers, we can reclaim this old equipment for our own projects. Enter The Video Experimenter. This Arduino shield by Nootropic Design lets you program your Arduino microcontroller to manipulate and analyze NTSC or PAL video signals from a composite video source. You can also decode closed caption text, which is transmitted within the video image.

Assembling The Video Experimenter Shield

The Video Experimenter shield can be purchased fully assembled ($32.95) or as a kit ($24.95). The clearly written and photographed assembly instructions that are available online offer a detailed walkthrough so that even someone just learning to solder will be able to assemble it themselves. The assembly guide covers only how to solder it together, and unfortunately doesn’t offer any explanation for the purpose of each component on the circuit board. This is something I like to learn about when I’m assembling a board.

The shield has a composite video input and output. You can overlay simple graphics and text over the video signal that comes into the board, or you can switch off the overlay function entirely. The Video Experimenter shield uses the Arduino’s digital pins 2, 6, 7, 8, and optionally 9 in addition to analog pin 2, so you’ll have to keep that in mind if you plan on stacking this shield with any others. The shield’s hardware and software libraries are open source, so if you want to make your own variant on Nootropic’s design, you can as long as you keep the design open source.

Nootropic posted five example Arduino sketches, which show off the different features of the shield. After downloading and installing their enhanced TVout library, I had no problem loading the sketches onto my Arduino Duemilanove and playing around with them. The examples can look intimidating at first, but with my basic Arduino skills, I managed to make my own simple text overlay rather easily. Below you can see the project I whipped up in a few minutes.

If you’re looking to incorporate video into your next Arduino project, I strongly encourage you to try out the Video Experimenter shield. Even if you don’t have a specific purpose for it in mind, it’s sure to inspire creativity while you tinker around with it.

To test The Video Experimenter, I quickly created my own sketch based on some of the example code. There are some sync issues that need to be fixed, and I suspect it has to do with my camera’s very slight delay while processing video on the fly.

6 thoughts on “Tool Review: Video Experimenter Shield

  1. Ethan Dicks says:

    I have one of these – it’s awesome… the basic software based video generation stuff can be done on any Arduino with two resistors and the  TVout library.  What makes this cool is how easy it is to overlay Arduino-generated content on top of an existing video signal or to have the Arduino react to the contents of that external video.

  2. Gregg says:

     I’ve studied the device, from the perspective of their site. I’ve also used the gizmo to create video images using the idea of two resistors and the RCA type connector.

    And naturally the sketch worked, up to a point.

    Now which part did you not find properly documented?

  3. Nataku says:

    This is only working if you have a cable box or TV with video output signal available. Most HDTV sold today does not have video out.

Comments are closed.

Discuss this article with the rest of the community on our Discord server!
Tagged

Matt Richardson is a San Francisco-based creative technologist and Contributing Editor at MAKE. He’s the co-author of Getting Started with Raspberry Pi and the author of Getting Started with BeagleBone.

View more articles by Matt Richardson

ADVERTISEMENT

Maker Faire Bay Area 2023 - Mare Island, CA

Escape to an island of imagination + innovation as Maker Faire Bay Area returns for its 15th iteration!

Buy Tickets today! SAVE 15% and lock-in your preferred date(s).

FEEDBACK