Is the 'IPCapture' library not usable? (not Android mode?)

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! :slight_smile:

1 Like