how to download camera driver for acer predator triton 300

rahul567
rahul567 Member Posts: 1 New User
edited April 2023 in Predator Laptops

hello acer team, how to download camera driver for acer predator triton 300 Model NO.:N20C3

Please help me.

[Edited the thread  to add  model  name to the  title and  issue detail]

Answers

  • StevenGen
    StevenGen ACE Posts: 12,747 Trailblazer

    The Triton 300 Model NO.: N20C3 is NOT your model number, your laptops model number is the PT315-53-xxxx, your laptops camera driver comes from the OS windows, its not an Acer driver that is specifically listed by Acer. Uninstall the camera driver from Device Manager if its there and it doesn’t work (don’t uninstall it completely) and either run windows update or reboot the laptop as the camera driver will be reinstall.

  • Puraw
    Puraw ACE, Member Posts: 14,572 Trailblazer

    Try this methos with Windows Power Shell

    -Press Windows key + X
    -Click Windows Powershell Admin
    -Copy and paste each of the commands below and hit Enter


    Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}


    PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsCamera*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

    You may get errors, just ignore and reboot.