Abe Pazos
Abe Pazos
Maybe a simple approach might be that for every mistake the number of expected right answers for this word is increased? So if I answer 5 times right and never...
Trying the code above today in a different file I do not get the error. I will investigate what is the actual trigger.
I tried in Ubuntu 19.04. The examples `scratch`, `reverse` and `frames` don't seem to work properly. `scratch` gets stuck after a second or two. `reverse` gives me a black screen....
Hi, I do still get issues. I just downloaded version 2.2.2 and placed it into the libraries folder. After restarting Processing 4.1.1 the examples are shown under _contributed_ libraries (not...
I'm having trouble with Capture and Movie in my current computer. They used to work in Ubuntu, I'm not sure if it's related to using ArchLinux now. I'm teaching Processing...
My issue on ArchLinux was fixed by installing these packages: ``` extra/gstreamer0.10 0.10.36-4 [installed] GStreamer Multimedia Framework extra/gstreamer0.10-bad 0.10.23-10 [installed] GStreamer Multimedia Framework Bad Plugin libraries (gst-plugins-bad) extra/gstreamer0.10-bad-plugins 0.10.23-10 (gstreamer0.10-plugins)...
The ffmpeg plugin was required in my case.
Today a student had the same issue on Ubuntu 14.04. The software center on Ubuntu 14.04 does not provide a gstreamer0.10 ffmpeg plugin. We found it on a ppa, installed...
@novadeviator Does it work with different size() values? In the Ubuntu 14.04 I mention above, it seems to work with size(200, 200); but not with size(640, 360); which makes no...
I just tried and wrote some comments: https://github.com/processing/processing-video/issues/113#issuecomment-524649833