2

I connected this webcam. I turned my computer on. I logged in. I opened the Camera app. And the camera isn't found.

Camera application shows this

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

Althought there in no detail in your question about your system info, i think this answer for a common problem may solve your problem:

[https://askubuntu.com/a/1515774/750003][1]

Please provide some details, for example does other apps like Cheese works?

  1. Open the Terminal
CTRL + Alt + T
  1. Update the package lists from the repositories
~ sudo apt update
  1. Restart pipewire
~ systemctl --user restart pipewire
  1. Run snapshot from terminal. The package name of this camera app is snapshot
~ snapshot

It should work from now on.