Ahabeillon
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Ahabeillon-
Once again, you've got it right. Just turn 'ON' the option in 'Cameras privacy settings' and restart the 'Viewer'. Thank you!
-
Hi MartyG That's what I think. I will try with an other method in C# (RenderTransform & ScaleTransform)Thanks a lot for your reply.
-
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.
-
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...
-
Thanks MartyG //var sensors = dev.QuerySensors();var depthSensor = dev.Sensors[0]; // sensors[0];var colorSensor = dev.Sensors[1]; //sensors[1];
-
Thanks for the reply MartyX Grover I take a look at this article.My problem is : I don't understand where my mistake is.
-
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