Pwcheng Ncu
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 3
Posts
Recent activity by Pwcheng Ncu-
Start D435i with C#
Hi, I want to start a new C# solution of realsense. My steps are as follow: 1. Creat a new C# solution. I add "Intel.Realsense.dll"(x64) to reference. 2. I can't add "realsense2.dll" to reference....
-
Retrieve 3D points using C#
I can get depth points and color points from C# with D435i. But depth points only represent the distance of each pixel. Here is my question: Are there any method in C# that I can 3D point data of e...
-
How can I change the depth scale of d435i with C#
Hi, I am working on a project using d435i in my school. I try the code example and it works well. I can get a array that contains depth data of each pixel with the default settings. And I notice th...