An open API service indexing awesome lists of open source software.

https://github.com/dbraun/realsensetop

TouchDesigner C++ TOP for RealSense D435 Depth Camera
https://github.com/dbraun/realsensetop

Last synced: 5 months ago
JSON representation

TouchDesigner C++ TOP for RealSense D435 Depth Camera

Awesome Lists containing this project

README

          

[//]: # (For development of this README.md, use http://markdownlivepreview.com/)

# Intel RealSense TOP

## Development Usage
1. Install the [RealSense SDK](https://github.com/IntelRealSense/librealsense) to "C:\Program Files (x86)\Intel RealSense SDK 2.0"
2. Go to "C:\Program Files (x86)\Intel RealSense SDK 2.0\bin\x64". Copy "LibrealsenseWrapper.dll" and "realsense2.dll" into this repository's "Release\x64" and "Debug\x64" folders.
3. Open the Visual Studio Solution "OpenGLTOP.sln"
4. Hit F5 on your keyboard, which will open the TouchDesigner099 project.

## changelog
* 2018-03-06 Success! Switch from OpenGLTOP example to CPUMemoryTOP example. 12ms cooktime.
* 2018-03-05 Freeze due to using wait_for_frames()
* 2018-02-27 No crash/freeze, but the rs2::pipeline doesn't return frames, so it's blank.
* 2018-01-31 No crash/freeze, but the depth doesn't render and there's a memory leak.
* 2018-01-31 TouchDesigner loads dll but freezes. "librealsense::wrong_api_call_sequence_exception"
* 2018-01-29 first commit, but .dll file has errors