Using light sensor to trigger recording?
Hi
I'm working on a project for my 3rd year at University and have finally got my idea. You might have seen this post I made a few weeks ago...
Anyway, I want to use a Japanese Teaset as an interface and make a patch that enables me to lift the lids off of four small cups and speak into them, they then record to a buffer in max and I close the lid etc etc. I was thinking that using something that can trigger the start stop recording based on light levels coming into the cup would be the best way to do this?
What kind of piece of kit am I looking for do you guys think?
Here's a Blog I've started to help me track my thought process, create an online presence and so forth...
Cheers
You will probably need some sort of sensor interface like the arduino or make controller kit or teabox (expensive but the name fits!). Then you will then need light dependant resistors which you can wire up to your sensor, if you need help with this the sensor-specific forums are your best bet, the arduino one is really helpful. To get the information into max you'll want to have a look the [serial] object. I've done something similar with a webcam before and converted all the matrix values to 1/0 and then summed the white pixels. This gave a pretty good light sensitive test if you want to tinker with things in max before you get your sensors up and running. Good luck!
lh
If you only need four variable controls you can hack four light sensors onto the four axes of a cheap USB game controller (the two analogue controls each with up/down axes).
Then use the 'hi' object to get the data in.
This is not guessing, I have tried it and it works (with cheap light sensors from Maplins).