frankpapenmeier / webcam-capture-driver-native

Driver connecting the video-capture-library by roxlu with the "Webcam Capture" Java library by sarxos
MIT License
8 stars 2 forks source link

Not working #7

Open SFX123456 opened 2 weeks ago

SFX123456 commented 2 weeks ago

Hello, Webcam.setDriver(new NativeWebcamDriver()); List webcams = Webcam.getWebcams(); for (Webcam webcam : webcams) { System.out.println(webcam.getName()); } System.out.println("here 1"); System.out.println("here 2"); Webcam webcam = Webcam.getWebcams().get(0);

    System.out.println("here 3");

    System.out.println("here 4");
    webcam.open();
    System.out.println("here 5");

unfortunately it does not even print out the webcams i have. When not using the driver it works. Really looking forward to an answer.

SFX123456 commented 2 weeks ago

i included the jars the dll since i am on windows.