Items with no label
Annunci
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussioni

RealSense D435 access violation

FKick
Principiante
2.940Visualizzazioni

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 Risposte
MartyG
Collaboratore onorario III
1.802Visualizzazioni

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

FKick
Principiante
1.802Visualizzazioni

Thank you for your answer.

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

MartyG
Collaboratore onorario III
1.802Visualizzazioni

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

Rispondere