Windows 10 Windows 10 Camera app not working

lpaschal8

New Member
My HP computer is running Windows 10 1803. The camera app opens and appears to work, then freeze. After restoring my computer to factory settings, the camera worked until I installed all the updates. The driver has been uninstalled & re-installed. that didn't fix the issue. The camera is the HP Wide Vision FHD. Is there a known fix?
 
You can try a different camera app, just to check if it is caused by the app or not. Try VLC player:

vlc capture 1.png


Choose your video device as below:

vlc capture 2.png
 
I would suggest re-installing the UWP camera application. You can do it from a Powershell prompt

Get-AppxPackage -AllUsers -Name *windowscamera* | % { Add-AppxPackage "$($_.InstallLocation)\AppXManifest.xml" -Register -DisableDevelopmentMode }
 
Back
Top