In Visual Studio Gallery is available the first version of my project template for C# Class Library that allows you to create C# Class Library in Visual Studio 2015 that uses Intel® RealSense™ SDK.
The template can be downloaded directly from within Visual Studio by using the tool "Extensions and Updates" as shown in the next figure:
or you can download it directly from the link https://visualstudiogallery.msdn.microsoft.com/7bf63b31-4fb4-4243-b28a-2a98dc7af8df
The template does the following operations for you:
- Adds the reference to the libpxcclr.cs.dll assembly (in two versions for x86 and x64 platform);
- Adds the post build script to copy the libpxccpp2c.dll from the SDK folder to the bin folder of your project.
Once the project is created, you have to remove the AnyCPU build configuration (which cannot be used because you have to choose x86 or x64 platform) from your solution and you are ready to develop with Intel® RealSense™.
Obviously you need to install theIntel® RealSense™ SDK that you can download athttps://software.intel.com/en-us/intel-realsense-sdk
Enjoy RealSense!!!
Immagine icona:
