Juan Diezyanguas

  • Total activity 45
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 10

Comments

Recent activity by Juan Diezyanguas Recent activity Votes
  • Hi MartyX Grover I have managed to get the raspberri pi working with rs-server but after many hours of trying and testing. I have used the libuv_install.sh script but adding the DBUILD_NETWORK_DEVI...

  • Do you know why network  support is removed from last version? In the changelog  says that it will return in newer versions. Regarding this type of things I have doubts about these cameras. The sof...

  • Hi MartyG I'm using direcly the Raspberry Pi image available in the following manual. https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras https://l...

  • I have tried both ways to save Jpeg that you have send me. I didn't know about ImageSharp but it looks like it's a very good library to work with images. I have used Stopwath() to see if it's bett...

  • Hi MartyC, Yeah, that's true. I have asked that in the past, but in the pas I was looking for distances. I have noticed that the CopyTo() method can copy to a byte array [stride * height] if I want...

  • Hi Mary, I think that I have solved it, I was accesing to not correct index of the ushot array. I have updated my code in my post. With regards,

  • Yes, I know that it's not neccesary to use both ways, but I have done the code in my previous post just to check that both matrix are equals using the multiply or the GetDistance() method. And it s...

  • Thanks for your reply! I'm trying to compare the results using CopyTo and GetDistance method and it seems that they are not producing the same matrix. I'm not sure if I'm obtaining the correct data...

  • Thanks for your reply! The method that I have used in my example getDistance is a good way or not? With regards,

  • Thanks for your reply. I did it when I started with RealSense and didn't have so much idea of the SDK and debugging I saw that inside the sensor I found all the possible profiles to apply. With you...