Locutus of Borg

Results 25 comments of Locutus of Borg

It won't compile correctly if it's a double. The native code wants an int. See the native source here, where reqMillisPerFrame is an int:

I think this is a duplicate of #723

@thanosa75 you need an updated lib - see end of thread on #723 still working issue

I'm having the same issue on Catalina. Looks like work was started on a fix for openimaj/openimaj#170 but no activity since Oct 2019.

The author of [openimaj](https://github.com/openimaj/openimaj/) has just pushed an update [1.3.10](https://github.com/openimaj/openimaj/releases/tag/openimaj-1.3.10) that fixes the Catalina issue. @sarxos could you incorporate this update?

I have PR (https://github.com/sarxos/webcam-capture/pull/765) that may address this issue.

@jingmingcn try commenting out this line: `Webcam.setDriver(new OpenImajDriver());` The fix from my PR addressed the built in default driver (which is openImaj) in webcam capture. I neglected to remember that...

Can you open your Console.app in /Applications/Utilities and see if anything is logged when you run? Although I can now see which webcam devices are available, there's a problem when...

Ok - I have a solution, although it's not going to be pretty. But it does work. First, the process "java" does not have an entitlement to use the camera....