intel realsense camera d435 video editing issues
We currently use Realsense depth camera D435, I would like to ask how to edit the film format bag.file? Such as cutting video length or merging two video into one video.
-
The RealSense SDK does not have built-in bag editing tools. You may be able to achieve your goals with ROS though. ROS has a toolkit called bag_tools that features a program called cut.py. It can input a bag file, crop it to the specified start point and 'duration' end-point, and write the result as an output bag.
The toolkit includes a bag cutting tool called cut.py
Please sign in to leave a comment.
Comments
1 comment