You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: