Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Requirements and suggestions

Alessio_X_
Beginner
532 Views

Dear all, I am new here.

I have a project to do with university and we would like to use the Real Sense 3D Camera R200, which is available. I started to have a look at it, as well I go through samples given with documentation.

My question is which requirements I need to code with the RealSense SDK according to you? I have the basis of C/C++ gained during two academic courses, and I used C# for a recent project. I am wondering if C# is better from a visual point of view.

Besides, any suggestion is appreciated.

Thank you in advance for any kind reply.

0 Kudos
2 Replies
MartyG
Honored Contributor III
532 Views

Since the RealSense SDK contains sample programs written in both C++ and C#, and the manuals have sample code in both C++ and C#, I assume that either is a valid option for developing applications in RealSense.  

If you are planning on developing using the Unity game engine though, you will have a much easier time if you write scripts in C#, otherwise your code will have to be treated as external C++ plugin files rather than an integral part of the application like C# scripts are.

0 Kudos
Alessio_X_
Beginner
532 Views

Thank you very much for your answer.

Actually, I do not know if I really need to code for this project; that means, my questions was irrelevant. However, thanks again for the feedback.

0 Kudos
Reply