Upload
function draw() { image(myVideo, 0, 0, width, height); fill(0, 150, 0); clear(); ellipse(mouseX, mouseY, 50, 50); }