Items with no label
3338 Discussions

Beginner's guide on Windows

LFerr16
Beginner
916 Views

Hello, I'm a student that has just started to study by my own the Intel Realsense with the camera D435. I've followed the download instructions and I'm able to run the viewer and run the sample codes on Visual Studio. However, I don't know how to create a project by my own (maybe a problem to know how to use Visual Studio). I can change the sample codes to made the development, but when I create a new project it has problems with the library. So I would to know how to add the library and create a new project.

0 Kudos
3 Replies
MartyG
Honored Contributor III
466 Views

Welcome to RealSense! I hope the information in the link below will be helpful to you in setting up RealSense in a new Visual Studio project.

 

https://forums.intel.com/s/question/0D70P000006EOhXSAW

0 Kudos
LFerr16
Beginner
466 Views

Thank you, it was a helpful, but I found an easier way on this:

 

https://github.com/IntelRealSense/librealsense/issues/1196

 

Anyway, is there a documentation with all the functions of the library,? Because I'm checking what I want from the sample codes and other things on GitHub, but that's not very practical.

0 Kudos
MartyG
Honored Contributor III
466 Views

The developer UnaNancyOwen hosts an excellent unofficial documentation site. It draws information directly from the official docs and rearranges it into a more user-friendly format that can be navigated with menus at the top of the screen.

 

https://unanancyowen.github.io/librealsense2_apireference/pages.html?language=en_US

Reply