Hi,
I'd be happy to help you out with your question. Sorry for the inconvenience caused.
Here are the steps on how to change a driver via PowerShell or CMD:
- Open PowerShell or CMD as an administrator.
- Run the following command to get the device ID of the camera:
pnputil /enum-devices
- Look for the device ID that corresponds to the camera. In your case, the device ID is
USB\VID_04F2&PID_B6BF&MI_02\6&1737142C&0&0002
. - Run the following command to install the
usbvideo.inf
driver for the camera:
pnputil /add-driver "C:\Windows\System32\DriverStore\FileRepository\usbvideo.inf" /install /driverid "USB\VID_04F2&PID_B6BF&MI_02\6&1737142C&0&0002"
- Restart your computer.
Once you have completed these steps, the camera should be using the usbvideo.inf
driver.
Here are some additional things to keep in mind:
- You may need to download the
usbvideo.inf
driver from the manufacturer's website. - If you are not sure how to find the device ID of the camera, you can use the Device Manager to find it.
- If you are still having problems after following these steps, you may need to contact the manufacturer of the camera for support.
For more Information, please refer to following resource :-
Set-CMDriver (ConfigurationManager) - https://learn.microsoft.com/powershell/module/configurationmanager/set-cmdriver
If you have any other questions or need assistance with anything, please don't hesitate to let me know. I'm here to help.
If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.