colinbdclark / falling

A sound installation by Colin Clark
1 stars 1 forks source link

Are the 2 windows supposed to be blank? #1

Open sgithens opened 8 years ago

sgithens commented 8 years ago

Hello,

I checked out this project and ran it using:

npm install
npm run dedupe-infusion
npm start

I hear some of the guitar strumming, and I see that it's using the webcam, and I can detect sounds changes baesd on motion. However, I'm wondering if something is supposed to appear in the 2 windows that it opens. They are just blank. Screenshot attached.

Cheers!

screenshot 2016-05-20 16 48 31
colinbdclark commented 8 years ago

Hi @sgithens. So funny and nice to see an issue on one of my unfinished sound installations. These were designed to run headless on a Raspberry Pi, so the browser windows are intentionally blank; each window gives me a separate, stable Chromium process, but I avoid rendering anything to the screen so that nothing slows down the audio and video processing algorithms.