I’ve got it! Instead of using the resize which is inherated, you just use:
image(cam,0,0,displayWidth,displayHeight);
instead of:
image(cam, 0, 0);
This turned out to be pretty easy, thank you all guys!
I’ve got it! Instead of using the resize which is inherated, you just use:
image(cam,0,0,displayWidth,displayHeight);
instead of:
image(cam, 0, 0);
This turned out to be pretty easy, thank you all guys!