-
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
Not works on raspberry pi. Rasbian armhf #176
Comments
Hi @gppsoft Which version are you using? |
Hi @sarxos |
Can you please try with the newest BridJ JAR (just replace the one that is delivered along with webcam capture)? |
@sarxos Not working :(
|
Ok, so let's try to lower BridJ and use v0.3.6 (this is the lowest version for ARMs): Can you also give me some more details of what operating system you have installed on your Pi? Additionally, can you please follow up with the steps (all from 1 to 6) enabling debug prints in the code and paste the details here? https://github.com/sarxos/webcam-capture/wiki/How-To-Enable-Dubug-Logs |
@gppsoft can you please enable debug logs and post the output? |
@sarxos Yes, of course. Tomorrow I will try. Just do not have time. |
Logs not working for me. Sorry :( This is console logs after use webcams libs. I use raspberry pi with Raspbian OS (Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux). Java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode). Hope this helps.
|
You have the answer to the problem in logs:
It seems like you do not have it (libv4l2, libv4l) installed or you use invalid version. |
|
@sarxos Ok. Thx. Now new errors:
|
Ok, but it's hard to tell anything without more verbose logs. Did you tried Webcam Capture gstreamer driver instead of default one? I believe it should work fine on RasPi.
ZIP with JAR and all dependencies can be found here: And in the code you will have to: static {
Webcam.setDriver(new GStreamerDriver());
}
public static void main(String[] args) {
WebcamPanel panel = new WebcamPanel(Webcam.getWebcams().get(0));
panel.setFPSDisplayed(true);
JFrame frame = new JFrame("GStreamer Webcam Capture Driver Demo");
frame.add(panel);
frame.pack();
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
} |
Hello Sarxos, I am having similar issues and I tried this last solution and it still won't work... Now I get:
Any suggestion? |
Hello. Don't works on raspberry(webcam-capture-0.3.10-RC6). I have error. How to fix this? Sorry for my English please.
The text was updated successfully, but these errors were encountered: