I going to develop one application by using intel realsense sdk. I want to know which development tool ( Unity3d, .Not ) is best for that ? am good in C#.
Please suggest me ?
I going to develop one application by using intel realsense sdk. I want to know which development tool ( Unity3d, .Not ) is best for that ? am good in C#.
Please suggest me ?
you definitely can try unity! i've done some project in the past using intel realsense sdk+unity and they worked flawlessly.
the documentation is also great.
You can use the C# SDK: https://software.intel.com/en-us/intel-realsense-sdk
Or.. if you want something more simple, easy to use (and less powerful), try: SharpSenses: https://github.com/SharpSenses/SharpSenses
Disclaimer: I'm the author of SharpSenses :)