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 MacOS Catalina: cannot access the camera #34

Open
alizbazar opened this issue Dec 3, 2020 · 15 comments
Open

Not working on MacOS Catalina: cannot access the camera #34

alizbazar opened this issue Dec 3, 2020 · 15 comments

Comments

@alizbazar
Copy link

I'm getting this warning:

Screen Shot 2020-12-03 at 4 43 43 PM

Opening System Preferences > Security > Privacy > Camera does not list Kap in the app list. It's also not possible to add Kap there by dragging. Not sure how to resolve this...

@tonykyriakidis
Copy link

I'm currently facing the same issue.

@megaroeny
Copy link

Same here as well. Sad, I just got really excited to use this too.

@tarngerine
Copy link

same!

@tarngerine
Copy link

maybe adding this to info.plist can make it show up in the list in sys pref? https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos

@lessonsforsuzy
Copy link

I just resolved this! I reset the camera permissions and then installed Big Sur. Rebooted and it worked immediately

@megaroeny
Copy link

Appears to be working for me now without upgrading to Big Sur. 🤷‍♂️

@gostaj
Copy link

gostaj commented Mar 8, 2021

I got this to "work" by running the Kap binary in a Terminal window.
Then the "Terminal" app asked for camera access which worked.

Either start Kap from the "Terminal" app:
/Applications/Kap.app/Contents/MacOS/Kap
or
Select "Show package contents" on the Kap app in your Applications folder in Finder.
Navigate to Contents->MacOS and double click on Kap.

@ddcgh
Copy link

ddcgh commented Mar 24, 2021

Same issue - Kap is not in the list of apps... see screen capture images attached.

Not planning to update to Big Sur at this time so a fix for Catalina would be much appreciated!

1
2

@bugknightyyp
Copy link

Appears to be working for me now without upgrading to Big Sur. 🤷‍♂️

@megaroeny how did you do it?

@megaroeny
Copy link

Appears to be working for me now without upgrading to Big Sur. 🤷‍♂️

@megaroeny how did you do it?

It just started working out of nowhere one day 🤷🏼
image

I did get this error after recording though as usual:

image

@flowck
Copy link

flowck commented Apr 10, 2021

I am facing the same issue on MacOS Catalina 10.15.7. I've tried @gostaj suggestion, but no luck for me.

Screenshot 2021-04-10 at 15 20 09

@ali-de7
Copy link

ali-de7 commented Jul 6, 2021

I accidentally fixed this issue by giving access to the terminal.

Screen Shot 2021-07-06 at 13 37 21

@benjamindahl
Copy link

benjamindahl commented Aug 18, 2021

I dont see the camera settings under privacy. I have a mac mini which usually doesn't have a camera but I use a virtual camera input via NDI. How do I get the entry »Camera« under Settings > Security > Privacy?

macOS 10.13.6
Bildschirmfoto 2021-08-18 um 12 34 21

@benjamindahl
Copy link

I tried to add it manually to tcc.db
sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db

but none of the following entries worked for me:
INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper.Plugin',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper.GPU',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper.Renderer',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.kap-camera',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper.Plugin.kap-camera',0,1,1,NULL,NULL); INSERT INTO access VALUES('kTCCServiceCamera','com.wulkano.kap.helper.kap-camera',0,1,1,NULL,NULL);

What has to be written here?

@christianblessing-me
Copy link

I dont see the camera settings under privacy. I have a mac mini which usually doesn't have a camera but I use a virtual camera input via NDI. How do I get the entry »Camera« under Settings > Security > Privacy?

macOS 10.13.6 Bildschirmfoto 2021-08-18 um 12 34 21

That's not a kap-camera issue.

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