Save series of bag files
Hi,
I would like to save the bag file generated from a Realsense D435 camera as a series of files...let say create a new bag file once it reaches 1GB. I am using the python wrapper, but i cannot see any option in realsenselib2.
Is that possible with pyrealsense2 ?
Thanks
-
Hi Laszlo Csabi There is not a method in the Python wrapper for splitting bag recordings by duration (ROS can do it with the 'split' function of its rosbag record bag recorder). You could though save a separate bag file for each frameset in Python by using the save_single_frameset() SDK function. More information about this can be found in the link below.
https://github.com/IntelRealSense/librealsense/issues/9778#issuecomment-921598488
Please sign in to leave a comment.
Comments
1 comment