@MaximilianUAL2020 wrote:
Hey everybody,
I am working on a sketch that uses my webcam as the input for the ContourFinder and I got it to work just fine. However, since my webcam was initially mirrored, I simply flipped it by doing the following:
cam.draw(cam.getWidth(), 0, -cam.getWidth(), cam.getHeight());
I was wondering if there is a similar workaround for flipping/mirroring the ContourFinder, so that it overlays with the webcam feed.
Any help is much appreciated, thank you in advance!
Posts: 3
Participants: 2