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

Microphone/Camera Not Found #28

Closed
AlwaysBeCalm opened this issue May 9, 2020 · 8 comments
Closed

Microphone/Camera Not Found #28

AlwaysBeCalm opened this issue May 9, 2020 · 8 comments

Comments

@AlwaysBeCalm
Copy link

AlwaysBeCalm commented May 9, 2020

Hi
I'm Using Ubuntu 20.04 and I'm having a problem with the snap version, when I want to capture a photo or a video or record a voice message it says:
Camera Not Found
Microphone Not Found

image
image

It didn't show to me the allow message, but when I went to the web version or the appimage it worked.
Can it be solved

Thanks 🌹 👌

@cstayyab
Copy link
Collaborator

cstayyab commented May 9, 2020

You need to give WALC permissions from Ubuntu App Store / Snap Store.

@AlwaysBeCalm
Copy link
Author

Thanks for replying 🌹 🌹
the recording works fine now.

Although I gave it all the premissions

image

but it still show me that the camera is not found, even after restarting the app many times. 😓

@salim-b
Copy link

salim-b commented May 11, 2020

You need to give WALC permissions from Ubuntu App Store / Snap Store.

You can also do this on the terminal:

sudo snap connect walc:pulseaudio :pulseaudio

but it still show me that the camera is not found, even after restarting the app many times. 😓

WALC doesn't implement the camera interface yet. If it would, we could just enable it by

sudo snap connect walc:camera :camera

@cstayyab
Copy link
Collaborator

This has been fixed in the master branch. It will be released in next version. If you want to download now you can shift to Channel edge using sudo snap refresh walc --channel=edge

Note: Channel edge may contain abrupt changes and may break WALC for you. Although Camera interface is automatically enabled according to this post on SnapCraft but if you still face issue with camera use the command specified in @salim-b ccmment

@AlwaysBeCalm
Copy link
Author

@salim-b
@cstayyab

Thanks 🌹

@shahmir811
Copy link

shahmir811 commented Dec 21, 2020

Thanks alot @salim-b

The following solution works for me:

sudo snap connect walc:pulseaudio :pulseaudio
sudo snap connect walc:camera :camera

@atorresbr
Copy link

thanks

@Zzombiee2361
Copy link
Collaborator

Please do note that the snap version is no longer updated

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

6 participants