Skip to content

kylemcdonald/LightLeaks

Repository files navigation

Light Leaks

"Light Leaks" by Kyle McDonald and Jonas Jongejan is an immersive installation built from a pile of mirror balls and a few projectors, created originally for CLICK Festival 2013 in Elsinore, Denmark.

Past installations

Click Festival (DK, 2012)

Click Festival, photo by Kyle McDonald

Technical notes:

  • First version of the installation
  • Running on Mac Mini
  • 1024x768 (native resolution) with TripleHead2Go

La Gaîté Lyrique (FR, 2014)

La Gaite Lyrique, photo by Kyle McDonald

Technical notes:

  • iMac
  • 1280x1024 with TH2G on projectiondesign F32 sx+ (native 1400x1050) inset on the sensor
  • When calibrating, create a network from the calibration computer that shares the ethernet and therefore provides DHCP.
  • BlackMagic grabber and SDI camera for interaction

Scopitone Festival (FR, 2015)

Scopitone, photo by Jonas Jongejan

Technical notes:

  • Mac Pro (the bin)
  • 3x Mitsubishi UD8350U 6,500 Lumens, 1920x1200
  • 2 projectors running through TripleHead2Go, the last directly from the Mac Pro
  • One monitor hidden in the back closet

BLACK Festival (US, 2017)

black, photo by Jonas Jongejan

Technical notes: 20x15x4.4m room with 42 mirror balls on floor and 4 projectors at 3.25m high, 7.2m away from center of mirror balls.

Temporarily used a laptop and Mac Pro together for calibration, leading to the "Primary" and "Secondary" ProCamSample instances. This solution doesn't really work because lost OSC messages to the Secondary machine cause irrecoverable problems.

Day for Night (US, 2017)

day for night, photo by Roger Ho

  • 4 Projectors connected to Linux machine running headless

Los Angeles Music Center (US, 2018)

la, photo by Kyle McDonald

Todaysart Festival (NL, 2018)

Todays Art, Photo by Jonas Jongejan

Lights all Night (US, 2018)

Installation at Lights All Night festival, using 4 x 30K projectors Lights All Night, Photo by Jonas Jongejan

ROW DTLA (US, 2019)

Photo by Shana Nys Dambro

LLUM (ES, 2019)

Outdoor installation in couryard of Can Framis Museum LLUM, Photo by Jonas Jongejan

Lights all Night (US, 2019)

Lights All Night, Photo by Jonas Jongejan

Technical notes

The repo is meant to be used with openFrameworks 0.10.0 (a0bd41a75).

Python implementation

At TodaysArt we ported the ProCamScan and BuildXYZ from openFrameworks to python.

Calibration Process

Before doing any calibration, it's essential to measure the room and produce a model.dae file that includes all the geometry you want to project on. We usually build this file in SketchUp with a laser rangefinder for measurements, then save with "export two-sided faces" enabled, and finally load the model into MeshLab and save it again. MeshLab changes the order of the axes, and saves the geometry in a way that makes it easier to load into OpenFrameworks. (Note: at BLACK we ignored the "export two-sided faces" step and the MeshLab step, and camamok was modified slightly to work for this situation.)

  1. Capture multiple structured light calibration patterns using ProCamSample with EdsdkOsc. Make sure the projector size and OSC hosts match your configuration in settings.xml. If the camera has image stabilization, make sure to turn it off.
  2. Place the resulting data in a folder called scan/cameraImages/ in SharedData/. Run ProCamScan and this will generate proConfidence.exr and proMap.png.
  3. Place your model.dae and a referenceImage.jpg of the well lit space in camamok/bin/data/. Run camamok on your reference image. Hit the 'o' key to generate the normals, then press the saveXyzMap button to save the normals.
  4. Place the resulting xyzMap.exr and normalMap.exr inside SharedData/scan/.
  5. Run BuildXyzMap and drag SharedData/scan into the app. This will produce SharedData/scan/camConfidence.exr and SharedData/scan/xyzMap.exr. Repeat this step for multiple scans, then hit "s" to save the output. This will produce SharedData/confidenceMap.exr and SharedData/xyzMap.exr.
  6. Run LightLeaks.

Future ideas

Redesign

  1. Run the CalibrationCapture app from a laptop that is on the same network as the computer that is connected to the projectors.
  2. On the computer connected to the projector run the Calibration app.
  3. Plug the camera into the laptop, and position it in a location where you can see at least N points. The app will tell you whether the image is over or underexposed.
  4. Transfer the images to the Calibration app, it will decode all the images and let you know how accurately it could reconstruct the environment.
  5. In the Calibration app, select control points until the model lines up.
  6. Start the LightLeaks app.

Other ideas

  • Auto calibrate from video taken with iPhone. Using BMC to encode the gray code signal.
  • Auto create point mesh from images so 3d model is not needed, and camamok is not required.
  • Change ProCamScan into a CLI that automatically is triggered by ProCamSample for live feedback on progress (highlight/hide points that have good confidence)

About

An immersive installation built from a pile of mirror balls and a few projectors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •