I downloaded all code examples from here:
https://developer.microsoft.com/en-us/windows/samples
I unzipped into my Windows 10 and opened solution "camera frames".
Builds ok but gets error when I run it.
I changed proj > props > Build > Platform from ARM to x64 and still get error.
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
Cannot find solution to error or how to install …
IP over USB Transport service (Windows IP Over USB)
Problem was caused when I upgraded Visual Studio 2017 pro.
I solved the problem by doing this...
select Visual Studio Installer > Modify button > select UWP & right-pane > UWP dev > Win 10 SDK LATEST.
select Visual Studio Installer > Modify button > select UWP & right-pane > UWP dev > Win 10 SDK LATEST.
install
User contributions licensed under CC BY-SA 3.0