Ming Jing

Results 6 comments of Ming Jing

@sarxos I got the following error message on my `macOS Catalina 10.15.4`. ``` 14:19:13.532 [main] DEBUG com.github.sarxos.webcam.Webcam - Setting new capture driver OpenImajDriver Exception in thread "main" com.github.sarxos.webcam.WebcamException: java.util.concurrent.ExecutionException: com.github.sarxos.webcam.WebcamException:...

@kkieffer I got the same error message after removing the driver setting command line. An update about this issue is the case works very well on my `macOS Mojave 10.14.6`....

@kkieffer I got the following message bundling to the process `syspolicyd` from the console app on the `macOS Catalina 10.15.4`. ``` assessment denied for libOpenIMAJGrabber.dylib com.apple.message.domain: com.apple.security.assessment.outcome2 com.apple.message.signature2: bundle:UNBUNDLED com.apple.message.signature3:...

@kkieffer Thanks for your solution which I believe will work. But in my own case, the `java` command is located in the system level folder named `/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands`, which protected by...

@kkieffer Here is the update about the solution you provided in the last thread been applied on the `macOS Catalina 10.15.4`. First, I have to correct one mistake in the...

@kkieffer Here is the update. I found a solution to solve this issue, which is by explicitly declaring an environment variable name `DYLD_LIBRARY_PATH` to a folder contains the `libOpenIMAJGrabber.dylib` file....