webcam-capture
webcam-capture copied to clipboard
Webcam Not Detecting in macOs BigSur
in my macOs BigSur version 11.6 webcam was not detecting i'am using webcam-capture-0.3.12.jar is there any way to use webcam-capture in mac please suggest (or any other way in java)
18986 [Thread-8] INFO com.github.sarxos.webcam.Webcam - WebcamDefaultDriver capture driver will be used 20088 [Thread-8] WARN com.github.sarxos.webcam.Webcam - No webcam has been detected!
I'm having this same issue in my macOs BigSur version 11.1. Is there any solution?
Tried many. No solutions yet!
@sarxos
Is this going to be solved or not?
having same issue, no solution yet
no didn't get any solution .......
Did you try this version?
repositories {
// Sonatype OSS Snapshot Repository
maven {
url "http://oss.sonatype.org/content/repositories/snapshots"
allowInsecureProtocol true
}
maven {
url "http://maven.openimaj.org"
allowInsecureProtocol true
}
}
...
dependencies {
implementation('com.github.sarxos:webcam-capture:0.3.13-SNAPSHOT'){
exclude group: 'com.nativelibs4java', module: 'bridj'
}
implementation('com.nativelibs4java:bridj:0.7-20140918-3'){
exclude group: 'com.google.android.tools', module: 'dx'
}
}
@alexflex25 It works. 12.2.1
@alexflex25 i dont understand what u said .
@GuoLiuFang which one works??
please mention below
@Robinbr21 This is a gradle configuration file to get a particular version of the jar. The snapshot version and a specific version of bridJ
webcam-capture-0.3.13-SNAPSHOT.jar bridj-0.7-20140918-3.jar
@alexflex25 i dont understand what u said .
@GuoLiuFang which one works??
please mention below this works.
Thank you for the version published as 0.3.13-SNAPSHOT. Any chance to get a release with this version ?
Hi, please try this driver, it should work with recent MacOS versions https://github.com/eduramiba/webcam-capture-driver-native