我从这里下载了所有代码示例:
https://developer.microsoft.com/en-us/windows/samples
我解压缩了Windows 10并打开了解决方案“相机框架”。
运行正常,但运行时出错。
我将proj> props> Build> Platform从ARM更改为x64,但仍然出现错误。
Severity Code Description Project File Line Suppression State
Error DEP0001: Unexpected Error: SmartDeviceException - The IP over USB Transport service (IpOverUsbSvc) is not available. Retry after installing the IP over USB Transport service (Windows IP Over USB) through the Windows SDK installer. [0x80131500] CameraFrames
找不到错误的解决方案或如何安装……
IP over USB Transport service (Windows IP Over USB)
答案 0 :(得分:0)
问题是我升级Visual Studio 2017 pro时引起的。
我通过这样做解决了这个问题...
选择“ Visual Studio安装程序”>“修改”按钮> 选择“ UWP和右窗格”>“ UWP开发”>“ Win 10 SDK LATEST”。
选择Visual Studio安装程序>“修改”按钮>选择UWP和右窗格> UWP开发> Win 10 SDK LATEST。
安装