Hi,
When did the issue start, and what changes were made to your computer before the issue occurred?
What is the make and model of your device?
Press Windows + R, then type MSINFO32 and hit ok.
Take a screenshot of that window and attach it to your next reply.
Aside from AI suggestions, you can continue troubleshooting by following the steps below if the issue persists:
- Please check the camera lens carefully to see if there’s a cover, such as a camera shutter. Slide it to uncover the webcam.
- Reinstall Camera Driver:
Press the Windows key + X, and choose Device Manager.
Expand Cameras or Imaging Devices
Right-click your camera, and select Uninstall Device.
Ensure to tick "Delete driver software for this device" when prompted.
Restart your PC
Check if the issue is resolved.
- Reinstall Camera app:
Right-click the Start menu and choose Windows PowerShell (Admin).
copy and paste the command below and click enter to uninstall:
Note: This is not the same as the driver reinstallation.
get-appxpackage Microsoft.WindowsCamera | remove-appxpackage
To reinstall, do the same process then copy and paste the below command. Restart your PC then try again.
Get-AppXPackage WindowsCamera -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}