-
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
dont render well #911
Comments
I suggest you try this driver: https://github.com/eduramiba/webcam-capture-driver-native |
will this work in java ant?? My project was not in maven |
Sure it should work if you download the jars from maven central: https://repo1.maven.org/maven2/io/github/eduramiba/webcam-capture-driver-native/1.0.0/ Then, if using windows, remember to copy the correct DLLs from https://github.com/eduramiba/webcam-capture-driver-native/tree/master/natives to where your program will run |
In logs |
I get some example here(WebcamPanelExample). In netbeans it works fine but when I build it as executable jar file and open it works except for the camera. It seems very slow first it was "device initialization" after a plenty seconds (33s) it shows but black video and repaint value is 0.2 and fps 0.0 and doesn't change. I don't know what is the problem.
In desktop works fine. The problem arises on laptop
The text was updated successfully, but these errors were encountered: