// TODO : instructions for hanging and connecting hardware
- connect all hardware first, as described above
- run
OPC/fcserver-osx
- test by going to http://localhost:7890/
- you should see Fadecandy LED Controller under Connected Devices
- If you see No devices are connected!, check connection between computer and Fadecandy
- use the Test Patterns dropdown menu to test that LEDs are working properly
- If Fadecandy is connected, but LEDs do not light, check that LEDs have power and are connected to Fadecandy
- run
Tycho_LED
- LEDs should start flowing
- // TODO: potential issues:
- camera not connected
- camera named incorrectly
- open MadMapper using
Resources/MadMapper/Tycho.mad
- perform remapping as needed
- run
Tycho_Projection
- ripples should now appear when LEDs reach surface, and video footage should change periodically
- // TODO: potential issues:
- ...
OPC/fcserver-osx
- manages communication between computer and Fadecandy/LEDsTycho_LED
- Processing program, runs camera and LEDs, tellsTycho_Projection
when to create ripplesTycho_Projection
- Processing program, generates coloured ripples and manages fading between presets in MadMapperMadMapper
- projection mapping software, plays video footage and overlays ripples sent fromTycho_Projection