Ahabeillon

  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 4

Activity overview

Latest activity by Ahabeillon
  • Ahabeillon commented,

    Once again, you've got it right. Just turn 'ON' the option in 'Cameras privacy settings' and restart the 'Viewer'. Thank you!

  • Ahabeillon created a post,

    Windows Server 2019 issue

    Hi, I try to use a D435 on a server  using 'Windows Server 2019 Version 1809 (OS build 17763.2061)'.I'm using 'SDK-Win10-2.47.0.3309'.When I open 'RealSense Viewer' nothing apperas.But thanks 'Devi...

  • Ahabeillon commented,

    Hi MartyG That's what I think. I will try with an other method in C# (RenderTransform & ScaleTransform)Thanks a lot for your reply.

  • Ahabeillon commented,

    Hello MartyG, I'm using this part of code : But now, i need to turn my resulting image.My question is : is it possible to turn it thanks a SDK option? Thanks for your help.

  • Ahabeillon created a post,

    C# Rotated flux

    Hi, a simple question, is it possible to obtain directly a rotated image flux thanks a setting? Thanks a lots,Regards

  • Ahabeillon commented,

    Hi MartyG, I'm back with some news.I'am following your  link and this : librealsense/Window.xaml.cs at master · IntelRealSense/librealsense · GitHub Now, my problem is solved.I have got an other on...

  • Ahabeillon commented,

    Thanks MartyG //var sensors = dev.QuerySensors();var depthSensor = dev.Sensors[0]; // sensors[0];var colorSensor = dev.Sensors[1]; //sensors[1];

  • Ahabeillon commented,

    Thanks for the reply MartyX Grover I take a look at this article.My problem is : I don't understand where my mistake is.

  • Ahabeillon created a post,

    D455 C# AccessViolationException

    Hi,I work with a colleague on a new application with lot of D455 cameras (between 8 to 16).Our problem is, after few minutes, an error appears in processedFrames. We don't understand why.Our projec...

  • Ahabeillon commented,

    Hi Marty, Thanks a lot for your reply and link! Simple way in C# is :myCamera.Colorizer.Options[Option.HistogramEqualizationEnabled].value = 0f; // Turn OFF HistogramEqualization Cheers