-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Camera not found error? Problem possibly due to MacOS Catalina restrictions? #64
Comments
Sorry, I don't have access to a Mac (my macbook is formatted with Arch because I got sick of OSX backward trending), so I won't be able to help. I use Java bindings of OpenCV, and query camera directly through there, so that might be a starting point to google? I found this, but not sure if it'll be of help: |
This problem still exists with macOS Monterey (latest version), can't grant access to access the camera. |
hmm, if you open terminal, |
nov. 19, 2021 8:59:13 P.M. nu.pattern.OpenCV$SharedLoader |
above was what it gave me after I ran the newest version (0.7.1) it asked me to grant access to the terminal for access after granting I had "functioning" webcam/video though very low framerate, but it seems to have done the trick.
|
hmm https://youtrack.jetbrains.com/issue/JBR-3721 makes me thinks it's some weird jdk 17 bug. The low framerate is actually intentional - I need to do some work there to enable faster framerates without making the board reading horrible - so sounds like it's working as it should! |
yes I added a script that automates the terminal commands, as it appears you have to do It every time to run it. it only works if you leave the igoki.jar in the Downloads folder otherwise you have to modify it |
thx anyway, going to experiment with it soon, I'll report back my findings! |
awesome, thank you :) |
Trying your code on MacOS 10.15.4 (Catalina). I get some camera error. Might be due to restrictions to camera access in Catalina? The output in the Terminal is shown below. Thank you for your help!
I don't know Clojure good enough to find the command that asks for a camera to repair it myself...
The text was updated successfully, but these errors were encountered: