Screen shot of my error message
我一直在尝试测试Orbbec Astra立体声S和嵌入式S的DK。我尝试运行示例查看器来测试深度相机的质量,但每次这样做时,我都会收到以下错误信息。代码本身是直接从Orbbec站点下载的,因此肯定不会有任何错误。
发布于 2020-07-24 15:18:45
我建议您可以查看Properties -> Linker -> Output file -> $(OutDir)$(TargetName)$(TargetExt)。确保调试命令(Properties > Configuration Properties > Debugging > Command)指向由您选择的配置(Properties > Configuration Properties > General > Output Directory),(Properties > Configuration Properties > Linker > General > Output File)构建的输出文件。
此外,您还可以参考此link。
https://stackoverflow.com/questions/63052029
复制相似问题