-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
NullPointerException on OpenIMAJGrabber.startSession() on Raspbian #184
Comments
Just saw that #176 is almost similar with mine. Sorry about that. |
Have the following issue now using your example GStreamerDriverExample.java
|
Yes, there is such issue on Pi, but I'm not currently able to dig into it. In regards to GStreamer issue, it seems like you do not have some GStreamer plugin installed. Have you tried:
??? Generally if you make your GStreamer installation work fine from command line so it's able to capture image from webcam device, it should also work well from within the Java code. |
I installed the plugins but now I am facing the following issue.
Tried a different jna jar from /usr/share/java but without success. Each run using jna from /usr/share/java output different results, such as the following ones.
|
Hi, I'm trying to use webcam-capture on a rapsberrypi with Raspbian but I'm facing the following error.
The same code that I'm testing with Raspbian works fine on Windows and MacOS.
Hope you have any clue on what might be wrong.
Thanks
The text was updated successfully, but these errors were encountered: