Bartosz Firyn
Bartosz Firyn
This code should work just as it is. Do you observe any errors except the `null` and the lock exception? Just FYI, the lock exception means that there is another...
Just a note - you can take a look in your application work directory if there are some logs from Java crash. Also, here is the newest Webcam Capture API...
If you can't access it on the first loop, but later it's working well, then it may be linked to #285 which has been fixed in 1a7198a569aee82d630f2435f7b87d579e6fe6c3.
Hi @amroamer, when you take a look into the code ([link](https://github.com/sarxos/webcam-capture/blob/master/webcam-capture/src/main/java/com/github/sarxos/webcam/WebcamLock.java)) you will find that webcam lock is nothing more and nothing less than a file in temporary directory which...
@amroamer, this is happening in your case, of course, but the wide spectrum of possible reactions on Windows is not limited to this one only. I was testing this behaviour...
I agree here. The Ctrl+Shift+D shortcut is unusable on Firefox and it's actually the "toggle enabled globally" option which imo is the mostly used one.
Hi @kypdk, All, I will be glad to merge any JavaFX example if someone write it :) I'm completely unfamiliar with this technology, so sorry, I can't do it myself...
This is completely invalid: ``` java webpanel = new WebcamPanel(webcam); webpanel = new Pane(panel); (error : not converted webpanel to Pane) ``` Because Pane is not a subclass of WebcamPanel....
Hi @rakeshbhatt10, This is awesome :) Can I use your code as one of the examples in the Webcam Capture API sources?
Hi @rakeshbhatt10, Don't worry :) I tested it and it works very well on Java 8 :) I didn't fork whole the project, but just the `WebCamAppLauncher.java` file. There were...