Software Archive
Read-only legacy content
17061 Discussions

RealSense App runs fine in VS 2015, not as a standalone app

fenge2
Novice
357 Views

I'm testing the sample Person Tracking app and it works fine inside of VS2015, but when I publish the app and then try to run it on the SAME system with same camera connected, even with the RealSense Runtime installed, I get an error that the camera can't be detected when trying the setup the app in Windows 10

 

 

 

0 Kudos
1 Solution
jb455
Valued Contributor II
357 Views

Are the (correct versions of the) RealSense dlls in the application folder? I've had similar problems before until I realised that I'd updated the dlls in my project, but had forgotten to update them in the installer project too so when I installed and tested it it wasn't working.

View solution in original post

0 Kudos
1 Reply
jb455
Valued Contributor II
358 Views

Are the (correct versions of the) RealSense dlls in the application folder? I've had similar problems before until I realised that I'd updated the dlls in my project, but had forgotten to update them in the installer project too so when I installed and tested it it wasn't working.

0 Kudos
Reply