jaegonlee

Results 8 comments of jaegonlee

> I cannot test anymore on `HighSierra`, I switch to `Mojave`, and that's works almost nice, the window pop up, but the consol write an error message in the `setup()`...

I replaced jogl files(gluegen-rt.jar, gluegen-rt-natives-macosx-universal.jar, jogl-all.jar, jogl-all-natives-macosx-universal.jar) in Processing package(Processing/Contents/Java/core/library) to jogl v2.4.0rc(https://jogamp.org/deployment/archive/rc/), and these messages are gone.

I have the same issue on surface pro 6(windows 10 1809). I tested with gstreamer library(1.15.1), and the same problem happens.

Try installing the latest GStreamer library on your system, so the video processing library will use this version instead of the older 1.20.x version. I installed GStreamer 1.24.6 on my...

> > Try installing the latest GStreamer library on your system, so the video processing library will use this version instead of the older 1.20.x version. I installed GStreamer 1.24.6...

try to add this in draw(). `image(cam,0,0,0,0);` I tested video library in P2D, P3D mode, there are some problems with getting pixels.(and found workaround) 1. can't get pixel ``` color...

Update: This does not work with `captureEvent() or movieEvent()` ~~I found the ways to fix it. In Capture.java(and Movie.java), replace~~ `Object cache = parent.g.getCache(Capture.this);` to ```java import processing.opengl.PGraphicsOpenGL; ... Object...

I have similar issue with external usb webcam(no problems with my iphone). work around: video = new Capture(this, "pipeline:avfvideosrc device-index=0");