嗨,
我想将英特尔实感D435用于Qt 5.10.1的新项目。
我试图运行示例“rs-capture.cpp”(librealsense / rs-capture.cpp在master·IntelRealSense / librealsense·GitHub)。
构建成功,但每当我执行它时,它都会崩溃。
崩溃发生在pipe.start()(第23行),错误:0x7ffa7dd5643a异常,代码:0xc0000005:读取访问冲突:0xffffffffffffffff,flags = 0x0(第一次机会)。
任何人都可以告诉我这是硬件,库等问题吗?
我检查了任何遗漏的依赖项,但它们都很好。
我的设置:
Windows 10专业版1703
API版本2.15.0
固件版本5.10.3
非常感谢你!
以上来自于谷歌翻译
以下为原文
Hi,
I want to use the Intel RealSense D435 for a new project with Qt 5.10.1. I tried to run the example "rs-capture.cpp" (
librealsense/rs-capture.cpp at master · IntelRealSense/librealsense · GitHub). The build succeeds, but whenever I execute it, it crashes.
The crash occurs at pipe.start() (line 23) with the error: Excep
tion at 0x7ffa7dd5643a, code: 0xc0000005: read access violation at: 0xffffffffffffffff, flags=0x0 (first chance).
Can anybody please tell me if this is a problem with the hardware, the library etc.? I checked for any missing depencies, but they were all fine.
My setup:
Windows 10 Pro Version 1703
API version 2.15.0
Firmware version 5.10.3
Thank you very much!