- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
HI everyone!I'm haveing a lot of troubles testing intel realsense SDK 2.0 on unity (windows).
First of all I'm trying to write a script that draws a sqaure around the nearest object, writing the distance in the middle of the square. I need all that on Unity. Is that possible?
Now I'm far away from that, beacause I can't run the examples.
I followed the guide on GitHub (https://github.com/IntelRealSense/librealsense/tree/development/wrappers/unity librealsense/wrappers/unity at development · IntelRealSense/librealsense · GitHub ) but probably I'm missing something. This is what I've:
Can someone prepare a package that I can import or help me to install this, please?
Thank you!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In the RealSense SDK 2.0 folder, there is a folder called 'bin' that contains pre-built versions of files so that the SDK can be run in Windows without needing to compile the SDK in Visual Studio. Pre-built realsense2.dll and Intel.RealSense.dll files are located here, at the following location:
Intel RealSense SDK 2. > bin > x64
Drag-and-drop realsense2.dll and Intel.RealSense.dll from this SDK folder into a folder called Plugins in your Unity project.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In the RealSense SDK 2.0 folder, there is a folder called 'bin' that contains pre-built versions of files so that the SDK can be run in Windows without needing to compile the SDK in Visual Studio. Pre-built realsense2.dll and Intel.RealSense.dll files are located here, at the following location:
Intel RealSense SDK 2. > bin > x64
Drag-and-drop realsense2.dll and Intel.RealSense.dll from this SDK folder into a folder called Plugins in your Unity project.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Marty! Yes it worked!
I suggest to add this info into the readme of the SDK...
Thank you!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Awesome news, I'm very glad that it worked for you!
It would be useful to add the method to the instructions if it's shown to work consistently. But that's Intel's decision.
