You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built this software on my machine - win 10 pc.
I installed Visual Studio 2022 and enabled C++ features - clang build tools, Win 10 Developer Kit SDK (one of three), cmake, git, llvm, and inno setup version 6,
I successfully got the installer and when I install sighthound video application using this installer, it works well on my pc.
But I just copied this package on other pc (still win 10) and installed on it,
But it didn't work.
it gave me "some dlls are missing error - like VCRUNTIME140D.DLL, ... "
Also I tried it on other PC on which Visual Studio had been installed.
And at that time, the app launched successfully but the object detection works strangely - it detects the changes in the scene but all go into the "unknown objects" category.
I can't figure out why.
Can anybody give me a hint?
Thanks
The text was updated successfully, but these errors were encountered:
I built this software on my machine - win 10 pc.
I installed Visual Studio 2022 and enabled C++ features - clang build tools, Win 10 Developer Kit SDK (one of three), cmake, git, llvm, and inno setup version 6,
I successfully got the installer and when I install sighthound video application using this installer, it works well on my pc.
But I just copied this package on other pc (still win 10) and installed on it,
But it didn't work.
it gave me "some dlls are missing error - like VCRUNTIME140D.DLL, ... "
Also I tried it on other PC on which Visual Studio had been installed.
And at that time, the app launched successfully but the object detection works strangely - it detects the changes in the scene but all go into the "unknown objects" category.
I can't figure out why.
Can anybody give me a hint?
Thanks
The text was updated successfully, but these errors were encountered: