Using Video Projectors as Stage Light

We installed three video projectors facing the audience at a small venue, and made a patch in Processing simulating moving heads, strobes and other effects we came up with.

EDIT! I HAVE UPDATED THE SOURCE CODE TO BE INDEPENDENT OF THE DREADED DMX LIBRARY!
Click here for zip with the new source code (for Processing) tested on Mac and PC.
You will need to install Processing at http://processing.org/ and the RWMidi lib at http://ruinwesen.com/blog?id=95

Basic instructions are included in the header of lightTable.pde.

25 responses to “Using Video Projectors as Stage Light

    • Hardware issues. The same problems we had with the mini-mixer. The open-DMX usb thing doesn’t handle receiving DMX well. We need the “Pro” model…

  1. Hi,

    Nice job on this!

    This probably is pretty stupid but I can’t seem to get the openDMX libraries in the right place. I’ve put :

    – OpenDmx.jar
    – opendmx.dll
    – FTD2XX.dll

    in : “c:\Users\Image Line\Documents\Processing\libraries”

    but I keep getting : “No library found for com.juanjo.openDmx. As of release 1.0, libraries must be installed in a folder named ‘libraries’ inside the ‘sketchbook’ folder.”

    All input is welcome.

    jmc

    • Ah! I remember we had that problem… The openDmx library is not for processing, but our genius Java guru, Mario Michelli found I way around. You have to make the folder structure in the library (which off-course must be placed in the processing\library folder) the same as the other libraries you have put there.

      On the other hand, the DMX input never worked very well and we ended up using a Behringer BCF2000 MIDI controller to run the show. I if get time I’ll see if I can remove the openDmx references from the code so you can used with Midi or just keyboard.

  2. Some hints on using the patch.

    Using Keyboard:

    s = save current state
    r = load saved state
    R = random. Cool for testing

    Use keys left and right to select “DMX” channel (even if you do not use DMX, we pretend so), and up and down keys to alter the DMX value for selected channel. The output window in the Processing Window will display useful hints as you go.

    12 channels are used for each fixture, so channel 1 to 12 should be parameters like size, position, color, speed etc for the first effect, 13 to 24 for the next and so on.

    Using MIDI:

    The MIDI input uses midi control inputs and translates them to our internal virtual DMX. Midi Contol 0 is translated to DMX channel 1 etc. The Midi value 0-127 is scaled to DMX value 0-255.

  3. Im a complete noob at this stuff, so you can use just any projector right? You don’t need a special projector that uses MIDI or DMX for the input.

  4. Hi, I’d like to try to run your code but only with source audio coming from mic/line in. Few questions:
    1. Have you tried your program with Processing 2.x?
    2. You mention “failed DMX receiving routines”. is the dmx.pde file required to do what you have done in your video (or do what I’m attempting)?

    Thanks, Marty

  5. Hey this looks absolutely amazing! I’ve downloaded and installed the software, but cannot figure out how to actually create patches or set up… is there any possible way you could post your patches you’ve created, or give a newbie a bit of a tutorial?

  6. Assuming you have installed Processing and the RWMidi-library correct:

    Unzip the folder and put it somewhere, e.g. under my documents\processing
    Open Processing.
    Click “open” and find the file “lightTable.pde”.
    Press the “play” button. A window with black bacground should open.
    Press the “r” key for random effects. There you are…

    More instructions in the top of the “lightTable.pde”-file.

    If it works, let me know 🙂
    If it doesn’t tell me what happens. Error messages?

    • Howdy.

      I don’t know Processing very well, but I followed these instructions. I’m running OS 10.8.2. When I ran lightTable.pde, the window that popped up started as light gray and then showed some visual distortion of other open applications. Processing spit out this error message:

      “The file “gobo1.png” is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
      The file “gobo1.png” is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
      [0] Real Time Sequencer Sun Microsystems
      Exception in thread “Animation Thread” java.lang.ArrayIndexOutOfBoundsException: 1
      at lightTable.setup(lightTable.java:143)
      at processing.core.PApplet.handleDraw(PApplet.java:2117)
      at processing.opengl.PGL$PGLListener.display(PGL.java:2472)
      at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:548)
      at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:533)
      at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
      at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:904)
      at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:822)
      at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:543)
      at processing.opengl.PGL.requestDraw(PGL.java:814)
      at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1566)
      at processing.core.PApplet.run(PApplet.java:2020)
      at java.lang.Thread.run(Thread.java:680)”

      • You need to put any png-file with the name “gobo1.png” in the application folder. Or remove the code asking for it from the source code. That requires some Prosessing skills though.

  7. Pingback: Using Video Projectors as Stage Light | Video Projector Store

Leave a reply to Brian Wright Cancel reply