Items with no label
3338 Discussions

Save Depth data D435 to file C#

SMath17
Beginner
1,134 Views

I have looked at other posts but haven't been able to find exactly how to save depth data to a file (.bag or .csv). Most examples are in c++.

Is there any depth data example based on this code?

https://github.com/IntelRealSense/librealsense/blob/master/wrappers/csharp/cs-tutorial-2-capture/Window.xaml.cs

0 Kudos
1 Solution
MartyG
Honored Contributor III
646 Views

The only example of C# code for recording to a bag that I could find is in the link below.

 

https://github.com/IntelRealSense/librealsense/issues/3142

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
647 Views

The only example of C# code for recording to a bag that I could find is in the link below.

 

https://github.com/IntelRealSense/librealsense/issues/3142

0 Kudos
Reply