Download Recordings
Script to download radar data from an mmWave radar's DSP board via SCP.
This script connects to the DSP board over SSH and transfers the specified radar
data files to a local directory using download_files from radar_utility.py.
Usage
- Modify
casesto specify the capture IDs to download. - Ensure SCP is configured with the necessary SSH access.
Dependencies
radar_utility.py(must contain thedownload_filesfunction).time(standard Python library).
Attributes:
| Name | Type | Description |
|---|---|---|
cases |
list
|
List of radar capture IDs to download. |
remote_files |
list
|
List of radar data files to transfer. |