I'm capturing a movie from a camera to the sketch and showing it with some other elements (images, other videos, etc.) and I want to record the whole thing, with audio(!) BUT without a few elements (let's say a menu).
So, is there a way to add the pixels ["
addFrame(pixels,width,height); "] but not of the whole scene? (I'm guessing I should put the adding before drawing the unwanted elements, not sure if this will work) and the whole idea is recording everything live (it is a live stream from a camera) so I can't record sound seperatly.