$ 0 0 Assuming that your sketch width is same as the video frame/image width. This should flip the image horizontally (i.e. Mirror). pushMatrix(); scale(-1,1); image(webcam.get(),-width,0); popMatrix();