Use rs-convert.exe to extract images from bag files captured by d415

First, give the official instructions from Intel, as shown in Figure 1.

Usage process: 1. Find rs-convert.exe, usually in C:\Program Files (x86)\Intel RealSense SDK 2.0\tools.

2. After opening the folder, enter cmd, as shown in Figure 2, and the command window will pop up.

3. Enter in the command window.

rs-convert.exe -i E:/11.16/1.bag -p E:/11.23/1/

Among them -i E:/11.16/1.bag is the location of my bag file, -p means I want to extract the picture, E:/11.23/1/ is the location where I want to save the extracted picture. After inputting, press enter.

4.Results

Completed, extraction successful

Guess you like

Origin blog.csdn.net/mengzhilv11/article/details/134577222