Robotics StackExchange | Archived questions

how to save RGB and depth streams in intel realsense

I'm new to Intel RealSense. I want to learn how to save the color and depth streams to bitmap. I'm using C++ as my language. I have learned that there is a function ToBitmap(), but it can be used for C#. I have also tried with SetFileName(), but it didn't save a thing.

So I wanted to know is there any method or any function that will help me in saving the streams.

Thanks in advance.

Asked by varsha1901 on 2015-09-02 23:15:49 UTC

Comments

I'm going to close this question as being off-topic: I get the impression that you are not using ROS, or the wiki/RealSense pkgs. If you feel this question is not off-topic, please update let me know and I'll re-open it.

Asked by gvdhoorn on 2015-09-04 02:56:52 UTC

Answers