librealsense-java icon indicating copy to clipboard operation
librealsense-java copied to clipboard

Is there an easy way to save the depth to a binary file?

Open iskanderuse opened this issue 3 years ago • 1 comments

Hello, thank you for this nice library. Is there an easy way to save the depth to a binary file so that it can then be opened from python, ROS, for example?

iskanderuse avatar Oct 12 '21 13:10 iskanderuse

Do you mean just one depth frame or a stream of data (rosbag)? If you just need to open in it in python afterwards, you are also able to just store all the bytes and read it again from python.

cansik avatar Oct 12 '21 13:10 cansik