IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.64k stars 4.83k forks source link

T265 in Win10vs2019, running hello-realsense output shows an exception: #8747

Open minghongss opened 3 years ago

minghongss commented 3 years ago

Required Info
Camera Model { t265 }
Firmware Version (can‘t tell)
Operating System & Version {Win (8.1/10)
Kernel Version (Linux Only) null
Platform PC
SDK Version { legacy / 2.42.0 }
Language {c++ }
Segment {others }

Issue Description

T265 in Win10vs2019, running hello-realsense output shows an exception: Exception thrown at 0x7611A8B2 (in hello-realsense.exe) : Microsoft C++ Exception: STD ::runtime_error, located at memory location 0x03F5F110. Exception thrown at 0x7611A8B2 (in hello-realsense.exe) : Microsoft C++ Exception: STD ::runtime_error, located at memory location 0x041FF664. Exception thrown at 0x7611A8B2 (in hello-realsense.exe) : Microsoft C++ Exception: STD ::runtime_error, located at memory location 0x009FF6FC. Exception thrown at 0x7611A8B2 (in hello-realsense. Exe) : Microsoft C++ Exception: [rethrow], located at memory location 0x00000000. Exception thrown at 0x7611A8B2 (in hello-realsense.exe) : Microsoft C++ Exception: rs2::error, located at memory location 0x009FF4E0.

minghongss commented 3 years ago

The other cases I ran were successful under the same circumstances.

minghongss commented 3 years ago

Sometimes they also appear:RealSense error calling rs2_get_frame_width(frame_ref:nullptr): null pointer passed for argument "frame_ref" realsense viewer is ok

minghongss commented 3 years ago

I think there seems to be a problem with anything that involves video, right?I'm running all of the postures for those examples.But again, my Realsense Viewer works fine. I can see videos, and save-to-disk can also store photos.