Items with no label
3335 Discussions

Realsense D415 - How to run examples?

MSchl8
Beginner
2,415 Views

Realsense D415

How to run examples on Ubuntu 16.04 LTS?

How to run Intel.RealSense.Viewer.exe on Ubuntu 16.04 LTS?

I installed everything according to:

https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK

https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md librealsense/installation.md at development · IntelRealSense/librealsense · GitHub

https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md librealsense/distribution_linux.md at development · IntelRealSense/librealsense · GitHub

Thank you!

0 Kudos
4 Replies
idata
Employee
924 Views

Hello newuser_realsense,

 

 

Thank you for your interest in the Intel RealSense Technology.

 

 

The guides you added in your thread are the correct ones.

 

Could you please give me more information as to what issue you are facing?

 

Are you receiving an error message?

 

Is the camera not detected?

 

 

Looking forward to your response.

 

 

Regards,

 

Casandra

 

0 Kudos
MSchl8
Beginner
924 Views

How to compile exemple align with librealsense or Qt5.11?

"With dev package installed, you can compile an application with librealsense using g++ -std=c++11 filename.cpp -lrealsense2 or an IDE of your choice."

--

1. Error by using librealsense

$ cd librealsense-master

$ cd examples

$ cd align

librealsense-master/examples/align$ g++ -std=c++11 rs-align.cpp -lrealsense2

rs-align.cpp:6:19: fatal error: imgui.h: No such file or directory

# include

^

compilation terminated.

--

2. Error by using Qt5.11

Could not find the executable, please specify one.

Best regards

newuser_realsense

0 Kudos
idata
Employee
924 Views

Hello newuser_realsense,

 

 

Since there are multiple IDE choices for programmers,unfortunately, we are unable to offer instructions for each of them.

 

 

What I can tell you, looking at your details and screenshot is that you will need to run the program from ../build/examples/....

 

 

I hope this information proves useful.

 

 

Best regards,

 

Casandra

 

 

0 Kudos
MSchl8
Beginner
924 Views
0 Kudos
Reply