webcam-capture-driver-native icon indicating copy to clipboard operation
webcam-capture-driver-native copied to clipboard

Native driver for Webcam Capture API

Results 10 webcam-capture-driver-native issues
Sort by recently updated
recently updated
newest added

Hello! I have a question, not an issue. It works fine on my Mac, but can't find any webcams on Windows 11 laptop or desktop What am I doing wrong?...

Java 21 IntelliJ IDEA 2023.2.5 com.github.sarxos:webcam-capture:0.3.12 this library v1.0.0 README documentation does not mention modules. Workaround is to add `requires io.github.eduramiba.webcamcapture;` Running the application as recommended, I get ``` 14:38:26.220...

It would be good to see Libgdx support with direct opengl textures and LibGDX Textures for performance. We can also use opengl shaders directly to webcam with that. Some people...

I'm new to both of these libraries, but when I try to use WebcamDiscovery it fails due to the driver not implementing WebcamDiscoverySupport

See: * https://github.com/sarxos/webcam-capture/issues/888 * https://github.com/sarxos/webcam-capture/issues/889 This is an upstream issue, but I thought it would be helpful to note it here. (We should push for https://github.com/sarxos/webcam-capture/issues/888 upstream and/or create a...

It would be nice if this could be split into 3 JARs: 1. A standalone JAR for the macOS driver 2. A standalone JAR for the Windows driver 3. A...

I'm trying for the first time on OSX, and getting an all-black image. Macbook M1 Pro, Sonoma (14.5) ```kotlin // Mac OSX Webcam.setDriver(NativeDriver()) Webcam.getWebcams().forEach { webcam -> println(webcam) println(" ${webcam.viewSizes.joinToString...

Hi @eduramiba, I just tested the project and have some issues on Windows 10, not MacOS. Same on a colleage laptop. I ran TestDriver.java from the project. It does not...

Please tell me how to manipulate camera settings such as exposure, brightness, contrast, etc.

Do I have ability to set manual for get native YUV, YUY2 from device?