The screenshots and video files in the Pico device are saved to the computer through the adb command

1. The computer and the Pico helmet can be successfully connected

It should be noted here: first use the adb devices command to successfully display the serial number of the device in the cmd window before proceeding to the next step. For a tutorial on successfully displaying the serial number of the device in the cmd window, you can read this article: https://blog.csdn.net/jianjianshini/article/details/122139756

Second, use the adb command to save the picture to the computer.

1. On the premise that the connection between the computer and the helmet is successful, in the cmd window, enter the same command line as in the figure below.
Please add a picture description
2. After the command input is completed, the picture will be downloaded and automatically saved to the directory in the picture below on your computer.
insert image description here

3. Use the adb command to save the video to the computer.

1. On the premise that the connection between the computer and the helmet is successful, in the cmd window, enter the same command line as in the figure below.
Please add a picture description
2. After the command input is completed, the video will be downloaded and automatically saved to the directory in the picture below on your computer.
insert image description here

Guess you like

Origin blog.csdn.net/jianjianshini/article/details/122141161