Software Archive
Read-only legacy content
17061 Discussions

Intel Perceptual Computing SDK and C#

Harmeet_M_
Beginner
1,049 Views
Hi I am making a game for my project at university. I have tried C++ but it is far too complicated for me, since I have to have add a 2D graphics library. I was wondering if I could do my project fully in C# and XNA instead? 

Thank you
 
 
0 Kudos
6 Replies
Dagan_E_Intel
Employee
1,049 Views

Hi Harmeet,

Intel® RealSense™ SDK is fully supported in C#.

Have a look at the SDK developer guide, where you can see how to set up a C# project.

Cheers,

Dagan

 

0 Kudos
Shyam
Beginner
1,049 Views

Hi Harmeet,

You can create your project fully in C# and XNA. PreC or Real Sense both can be integrated with XNA.

Let us know if you find any issue.

-Shyam

0 Kudos
Peter_O_Hanlon
Innovator
1,049 Views

Hi Harmeet, if you're looking at the C# route, why not look into using Unity instead? This supports C# and the RealSense/PerC SDKs work well with it.

0 Kudos
Robert_Oschler
Beginner
1,049 Views

@Peter,

Does the currently released RealSense SDK have any Unity samples that show how to access the depth perception camera, especially in regards to the finger joint positions & head position information, how to use the speech recognition API, and also how to use the speech synthesis API?

Not being lazy.  Just haven't gotten the SDK yet.

0 Kudos
Dagan_E_Intel
Employee
1,049 Views

Hi Peter,

The SDK comes with a Unity Toolkit that is designed to simplify Unity integration, and includes many of the useful options of the different SDK modules.

In addition it also allows you to use directly the C# interface, which is (almost) identical to the C++ interface.

Last, you are provided with a few samples, showing you, among other, how to use the hand/finger and face/head modules

 

cheers,

Dagan

0 Kudos
Robert_Oschler
Beginner
1,049 Views

DAGAN E. (Intel) wrote:

Hi Peter,

The SDK comes with a Unity Toolkit that is designed to simplify Unity integration, and includes many of the useful options of the different SDK modules.

In addition it also allows you to use directly the C# interface, which is (almost) identical to the C++ interface.

Last, you are provided with a few samples, showing you, among other, how to use the hand/finger and face/head modules

 

cheers,

Dagan

Thanks Dagan,
Robert

0 Kudos
Reply