How do you allow sound to alter a webcam feed?

edited February 2014 in How To...

Hi there, For a project of mine I'm hoping to have a webcam running in processing, then when musics played, the feed gets effected by it. For example, when loud musics played, the feed becomes heavily distorted. Where would be a good place to start on this?

Answers

  • Check the example sketches of the video library (File >> Examples >> Libraries >> Video >> Capture). Here you can see how you can capture frames from the webcam and process the data. Additionally, check out the Minim library examples for sound input. Then put the two together :)

Sign In or Register to comment.