Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV not Working on Processing 3, on Ubuntu 18.04 #118

Open
lub34 opened this issue Jul 14, 2021 · 0 comments
Open

OpenCV not Working on Processing 3, on Ubuntu 18.04 #118

lub34 opened this issue Jul 14, 2021 · 0 comments

Comments

@lub34
Copy link

lub34 commented Jul 14, 2021

Hey all, been running processing on my Jetson Nano on a Ubuntu 18.04 setup and everytime I try to run anything with the OpenCV library, I got this error. I installed the library directly through the PDE and have had no trouble with other libraries such as PixelPusher. The issue seems to be with capturing video, or video-based libraries in general such as Video and OpenCV. Curious if anyone has a solution?

Below, you will find, the code I'm running, a screenshot of the error I keep getting, and the best solution I've tried yet.

Code:
`
import processing.video.;
import java.awt.
;

Capture video;

void setup() {
size(640, 480);
video = new Capture(this, 640/2, 480/2);

video.start();
}
`

Screenshot:
image

Best solution yet (yet still no success, merely changed the error to what I currently have now):
https://stackoverflow.com/questions/53825857/error-ld-so-object-libgtk3-nocsd-so-0-from-ld-preload-cannot-be-preloaded

@lub34 lub34 changed the title Video not Working on Processing 3, on Ubuntu 18.04 OpeCV not Working on Processing 3, on Ubuntu 18.04 Jul 14, 2021
@lub34 lub34 changed the title OpeCV not Working on Processing 3, on Ubuntu 18.04 OpenCV not Working on Processing 3, on Ubuntu 18.04 Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant