cansik / librealsense-java

Intel® RealSense™ SDK 2 wrapper for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

iskanderuse opened this issue · 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?

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.