Items with no label
3335 Discussions

RealSense D435 access violation

FKick
Beginner
1,832 Views

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" (https://github.com/IntelRealSense/librealsense/blob/master/examples/capture/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: Exception 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!

0 Kudos
3 Replies
MartyG
Honored Contributor III
694 Views

This Windows access violation (it does not originate with RealSense) apparently has numerous causes, making it hard to diagnose. Memory issues, viruses or a bad Windows registry are among the most common causes. It may also be caused by being unable to locate a file.

https://stackoverflow.com/questions/5303524/what-exactly-is-the-scope-of-access-violation-0xc0000005 windows - What exactly is the scope of Access Violation '0xc0000005'? - Stack Overflow

0 Kudos
FKick
Beginner
694 Views

Thank you for your answer.

After some time I solved the problem, it had nothing to do with the RealSense SDK at all.

0 Kudos
MartyG
Honored Contributor III
694 Views

Awesome news, thanks for letting us know. Have a great day!

0 Kudos
Reply