Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Mac devices #872

Open
jlTorresAdCentral opened this issue Sep 12, 2022 · 3 comments
Open

Not working on Mac devices #872

jlTorresAdCentral opened this issue Sep 12, 2022 · 3 comments

Comments

@jlTorresAdCentral
Copy link

Hi I'm working on a multiplatform project with windows and macOS using intellij.

I have no problem on window, it works perfectly, but on mac i'm trying to get the default camera and the app crashes

val webcam = Webcam.getDefault()

I'm getting this error
Caused by: java.lang.UnsatisfiedLinkError: 'org.bridj.Pointer com.github.sarxos.webcam.ds.buildin.natives.OpenIMAJGrabber.getVideoDevices()'

macOS Monterey 12.3.1

@runnermann
Copy link

We are having the same issue at FlashMonkey. Windows works perfectly. However, macOS Monterey does not allow access even after user has granted permission.

We've attempted using version 0.3.12 and 0.3.13-SNAPSHOT.

macOS Monterey 12.6

@eduramiba
Copy link

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

@msgilligan
Copy link
Contributor

https://github.com/eduramiba/webcam-capture-driver-native

This driver does work with macOS (but not for all dimensions), but I ran into Issue #889 while trying to get it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants