I'm quite the noob when it comes to Processing. I'm trying to make a project in which I can grab video and audio from the user's webcam and microphone in order to be played back later. Currently, I'm doing this saving separately; I have the audio saved using minim, but I can't seem to get the webcam footage saved to a file.
Does anyone have some knowledge or expertise with this? Or, is there a better way where I can just save both streams together?