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

Add note about the pang12/13 switch #1179

Merged
merged 5 commits into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions content/webcam.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ section: hardware-troubleshooting
tableOfContents: true
---

If you can’t see the image from your webcam or you receive a "No device found!" error when you try to use it: press <kbd>Fn</kbd>+<kbd>F10</kbd> to turn cycle the camera on, and then restart a webcam application like <u>Cheese</u>. You will now see the image from the webcam in the app.
If you can’t see the image from your webcam or you receive a "No device found!" error when you try to use it, ensure that it's not toggled off.

- On most System76 laptops, press <kbd>Fn</kbd>+<kbd>F10</kbd> to toggle the camera on, then restart the application using the webcam (such as <u>Cheese</u>).
- On some Pangolin models (pang12 and pang13), there is a physical switch on the left side of the computer (while facing the screen). Ensure the switch is switched on, then restart the application using the webcam (such as <u>Cheese</u>).
- The Pangolin models with a physical webcam switch do not have a webcam toggle key combination.

![Cheese](/images/webcam/cheese.png)

If your webcam is not working after toggling it on and off with the keyboard key, check the menu of the software application you are using. In the devices menu, determine if it's recognizing your webcam and if so, make sure it is selected as the device to use for that application. If nothing is showing in the devices options, your webcam is turned off or may require hardware repair.
The key combination or switch controls the visibility of the webcam on the USB bus at the device level. Applications do not get notified of new devices, and will need to be restarted to discover the webcam after toggling it on.

The <kbd>Fn</kbd>+<kbd>F10</kbd> combo controls the viability of the webcam on the USB bus at the device level. Applications do not get notification of a new device and will need to be restarted to do device discovery again.
If your webcam is still not working after toggling it off and on again and restarting the application, check the application's menu. In the application's device settings, determine if your webcam is listed and, if so, make sure it is selected as the device to use for that application. If nothing is showing in the application's device settings, then your webcam may be turned off, physically disconnected, or in need of hardware repair.
Loading