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
- Host: GitHub
- URL: https://github.com/dbraun/realsensetop
- Owner: DBraun
- License: gpl-3.0
- Created: 2018-01-29T21:44:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T17:00:47.000Z (almost 8 years ago)
- Last Synced: 2025-04-16T01:51:25.187Z (9 months ago)
- Language: C++
- Size: 409 KB
- Stars: 30
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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