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

Webcam Not Detecting in macOs BigSur

Open Robinbr21 opened this issue 2 years ago • 12 comments

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!

Robinbr21 avatar Mar 12 '22 10:03 Robinbr21

I'm having this same issue in my macOs BigSur version 11.1. Is there any solution?

JoshuaOlu avatar Mar 13 '22 16:03 JoshuaOlu

Tried many. No solutions yet!

@sarxos

Robinbr21 avatar Mar 14 '22 07:03 Robinbr21

Is this going to be solved or not?

JoshuaOlu avatar Apr 08 '22 12:04 JoshuaOlu

having same issue, no solution yet

anthonydonx avatar Apr 28 '22 13:04 anthonydonx

no didn't get any solution .......

Robinbr21 avatar Apr 29 '22 10:04 Robinbr21

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 avatar May 10 '22 14:05 alexflex25

@alexflex25 It works. 12.2.1

HardSoft2023 avatar May 17 '22 08:05 HardSoft2023

@alexflex25 i dont understand what u said .

@GuoLiuFang which one works??

please mention below

Robinbr21 avatar May 20 '22 09:05 Robinbr21

@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 avatar May 31 '22 07:05 alexflex25

@alexflex25 i dont understand what u said .

@GuoLiuFang which one works??

please mention below this works. image

HardSoft2023 avatar Jun 11 '22 13:06 HardSoft2023

Thank you for the version published as 0.3.13-SNAPSHOT. Any chance to get a release with this version ?

sbahloul avatar Jun 15 '22 01:06 sbahloul

Hi, please try this driver, it should work with recent MacOS versions https://github.com/eduramiba/webcam-capture-driver-native

eduramiba avatar Dec 09 '22 14:12 eduramiba