Redyoung

  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Redyoung
  • Redyoung commented,

    Hmm... I am getting this error now.. And I used SDK 2.51.1.XXX.. Did I miss anything?

  • Redyoung commented,

    I am using SDK 2.49/2.5 I believe. I will try SDK 2.51.1 and report back to you. Thanks!

  • Redyoung commented,

    Thanks MartyG for suggestion. I already did and did not work. Interestingly, if I use similar code in Phyton, it works fine...

  • Redyoung commented,

    Thank you for the code.. This is basically same as what I posted I think. And this works for D435/455 but not for D405 as I mentioned earlier.

  • Redyoung commented,

    Dim pipeline As New Pipeline Dim cif As New Config cif.Enablestream(Intel.Realsense.Stream.Depth, 640, 480, format.Z16, 60) cif.Enablestream(Intel.Realsense.Stream.Infrared, 640, 480, format.Y8, 60...

  • Redyoung created a post,

    Question on D405

    Hi I have VB .NET program that works fine with D455 and D435. But when I use it with D405, it gives me error at pipeline.start(configuration) with a message that memory access violation. It look...

  • Redyoung created a post,

    Minimum size for depth calculation

    Hi What would be minimum size/pixels of an object to measure depth to it in complex background (alike objects in the background)? I am testing D455 to measure depth to narrow objects (1-cm wide or...

  • Redyoung commented,

    Thank MartyG... Yes, you are correct that you mentioned exposure time not shutter speed. I just use them interchangeablely. I will try out your suggestion. Anyway,, Just out of curiosity.. Can we d...

  • Redyoung commented,

    Hi I also have question regarding to this.... I am using VB.NET to run D455 and D435i (I know it is unusal one but this is what I am used to) and I wonder how I can control shutter speed and other...