1. 以管理员方式打开命令行工具
2. 注册dshow驱动
64位版本
regsvr32.exe "path\to\UVCSDK\extras\directshow\x64\SLcamDS.ax"
32位版本
regsvr32.exe "path\to\UVCSDK\extras\directshow\x86\SLcamDS.ax"


卸载dshow驱动
64位版本
regsvr32.exe  /u "path\to\UVCSDK\extras\directshow\x64\SLcamDS.ax"
32位版本
regsvr32.exe /u "path\to\UVCSDK\extras\directshow\x86\SLcamDS.ax"

注："path\to\"为UVCSDK放置的路径，需根据实际进行调整