Download Intel RealSense SDK 2016 R2 here
Tested Windows 10, Visual Studio Community 2015
To create new project:
- use project generator, include ofxRSSDKv2 addon, open project in VS2015
- right click on project in Solution Explorer, select Properties
- change "Configuration" to "All Configurations" and "Platform" to "All Platforms"
- under "C\C++" > "General" > "Additional Include Directories", add:
$(RSSDK_DIR)include; - under "Linker" > "General" > Additional Library Directories", add:
$(RSSDK_DIR)lib$ (Platform);
To-do:
- Check compatibility with 0.9.8, update example projects as needed
- Face tracking & landmarks
- Example with mesh & texture ...
Under Construction
Currently supported:
- RGB Streaming
- Depth Streaming (Raw Depth and Depth as Color)
- Point Cloud
If you've come here from the previous version, you'll notice the interface has completely changed, but hopefully it's still fairly easy to understand. Thanks everyone for your patience and please feel free to continue sending me feature requests, I don't get to everything right away as you can tell, but it definitely helps me prioritize. Cheers! -Seth