Hi,
I have a strange behaviour when i play with Capture and PGraphics in processing 3. Here is the description:
- when using the Capture more then 1 time per draw, the image "freeze" at display
- when printing a PGraphics inside another PGraphics, method updatePixels() must be called on the first one BEFORE printing it in the second
both issues are visible in this code: https://bitbucket.org/frankiezafe/erg-2016/src/592cb68bb7a655438085e309a0c7613db9937195/C5_VideoStripper/?at=default
Environment:
- Linux mint 17.3
- java version "1.8.0_72"
- Java(TM) SE Runtime Environment (build 1.8.0_72-b15)
- Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)
'hoping somebody has a solution...
Thanks in advance!