Pwcheng Ncu

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Pwcheng Ncu
  • Pwcheng Ncu created a post,

    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....

  • Pwcheng Ncu commented,

    First, I really appreciate your reply. I tried the method 'generics', but it doesn't work. The error "System.Exception: 'Frame didn't arrived within 5000' " always happens on this line : using (va...

  • Pwcheng Ncu created a post,

    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...

  • Pwcheng Ncu created a post,

    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...