We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm new in using processing.I want to make a video installation that uses vibration sensor to switch there different videos.
I want to attach a vibration sensor to a small 3D model. People can shake the model with hands.
When the model is still, the screen will play video-A.
When people shake the model in different frequency,then screen plays video-B(low frequency) or video-C(high frequency).
Can this realise? Can the frequency of shaking be the variables? How could other two videos(B/C) play in different frequency by using Arduino?
Thanks.
Answers
If you just want shaking to change the video:
... this is really easy.
However, measuring the frequency of a vibration sensor in terms of arm moments back and forth is harder -- depending on the type of sensor. You may need to record a time sample and measure it.
What sensor are you using?