Show business has its ups and downs

Stay up to date with important updates, artist showcases and more
Post Reply
Joris
Doesn't Know Jack about VJ'ing or Software Development and Mostly Just Gets Coffee for Everyone
Posts: 5185
Joined: Fri May 22, 2009 11:38

Show business has its ups and downs

Post by Joris »

A while back Ben Peoples from Trinculo’s Attic contacted us about a project he did, using Resolume as a playback device. The write-up offers a great insight into the actual real-world experience of creating physical installations. And it made us giggle. Maybe it will make you giggle too.
We were contacted about doing an “Elevator-controlled video switcher”. Here’s the initial inquiry: “we have an elevator at an event… we want to play one file when it’s going up and then a second when it’s going down…”

Of course, the first question is: Can someone push a button? No. Can we hook into the elevator controls? No. Not even a little? No. They had three ceiling-mounted video screens, and it was up to us to find a way to sense when the elevator was moving, and in which direction, and then trigger the appropriate video.
The end result looked like this:
aol-elev.jpg
aol-elev.jpg (158.13 KiB) Viewed 8754 times
aol-elev2.jpg
aol-elev2.jpg (90.33 KiB) Viewed 8754 times
We built a standalone video player that hooked into custom built position sensors to tell us where the elevator was. When the elevator went up, it played one video file, when it went down, it played another, and it had splash screens at each floor while idle. Our logic allowed us to tweak the configuration on-site, and we even added functionality on the fly.

The final effect was pretty magical: as the elevator started to move up, the first video played. 5 seconds after it arrived at the second floor, the video crossfaded to a splash screen. As soon as the elevator started its trip down, the second video played, and again 5 seconds after arrival, the video crossfaded to the splash screen. Nobody had to remember to do anything: the elevator’s own movement was triggering the video.

The Event

The event had folks sitting in one session, then being moved to a second session that was one floor up. This elevator was the way they got up and then back down for the main keynote in another room on the first floor. When you got in the elevator, there was a logo on the screens. As the elevator started to rise, the logo crossfaded to a video about “Up into the wild blue yonder.” A few seconds after arriving at the second floor, the screens switched back to the logo, flipped upside-down: the elevator was a “feed through” type, so people getting on at the second floor were coming from the opposite direction. While the screens were flat, we wanted the audience to have a similar experience in both directions. The ride down had a video of a ceiling fan (which worked nicely with the natural airflow through the elevator.) Overall, it was a nice effect, and made an otherwise boring 25-second elevator ride into a far more themed environment.

Making it Work

We walked into the event with two different plans fully implemented, as well as a few backup plans if parts of either of those failed.

The first plan (Plan A) was to use an accelerometer to measure the movement of the elevator directly, and then plot out our position as best we could. This worked! After several hours of testing and tweaking, it was doing pretty well. And then it missed. For no reason at all, it didn’t see us stop at the 2nd floor, decided it was a false trigger, and got lost until we went back to the first floor. End of the world? No. But we needed this to be 100%, or as close to that as we could get in the real world.

So we went to Plan B. Plan B’s first incarnation used line-follower IR reflectance sensors to see targets attached to the wall. On the first floor, we placed targets on the wall where one sensor saw white and the other saw black. On the second floor we did the same, but we flipped the targets so the sensors would see the opposite colors. Quite happily, this worked. The only time we saw a failure was when the elevator operator stopped the elevator after it started moving and then restarted it; the elevator moved much more slowly, and it caused a false trigger. This wouldn’t happen during the event, so we felt we were safe.

To actually playback the video, we used a program called Resolume. Resolume is Video Jockey (VJ) software, and we chose it because it could handle cross fading between streams at random, and it could operate blind: full screen on the primary display, using a keyboard input to switch video.

We set up Resolume to accept keys 1 through 6 as switching between streams 1 through 6 (which is its default mode), and used a Pololu Wixel in HID Keyboard mode. We could have used the ATmega16u2 on the Arduino to do this, but we needed to be able to load code through the 16u2, and we already had the libraries to make the Wixel an HID device. The Wixel accepted digital high/low signals on 6 of its pins to trigger 1 through 6. So when pin 0 went high, the Wixel pressed 1 on the keyboard. Releasing the pin or driving it low caused the Wixel to release the key. We also used an onboard LED to indicate that it was pressing keys, to aid in debugging.
Trinculo’s Attic founder and book author Ben Peoples has worked with Disney Creative Entertainment, Cirque du Soleil, Paramount Theme Parks and Busch Gardens Williamsburg.

For more mathy geekness, data diagrams, production haphazards and full source code, check out the original blog post on the Trinculo's Attic website: http://www.trinculosattic.com/2012/05/s ... and-downs/

Basic
Wants to marry Resolume, and Resolume said "yes!"
Posts: 707
Joined: Mon Feb 05, 2007 09:39
Location: UK

Re: Show business has its ups and downs

Post by Basic »

cool, I always like when you's post things like this!!! - but i feel im just replying for the sake of it sometimes! ha :lol:
Resolume Avenue 3.3.3 - MBP i7, 8gb RAM - Snow Leopard (2010). Akai APC20

Mulky
Is taking Resolume on a second date
Posts: 18
Joined: Mon Jan 17, 2011 19:46
Location: Auckland, NZ

Re: Show business has its ups and downs

Post by Mulky »

More of this kind of thing. Love a good nerdy breakdown.

Thx.
anachphronism/neologasm.

Basic
Wants to marry Resolume, and Resolume said "yes!"
Posts: 707
Joined: Mon Feb 05, 2007 09:39
Location: UK

Re: Show business has its ups and downs

Post by Basic »

Mulky wrote:More of this kind of thing. Love a good nerdy breakdown.

Thx.
glad im not the only one! :) - Always useful to hear the other side of thing.
Resolume Avenue 3.3.3 - MBP i7, 8gb RAM - Snow Leopard (2010). Akai APC20

Post Reply