Save File Operators
Feature Description
This is a collective term for a class of operators used to save different types of data (such as point clouds, images, EpicRaw format data) to the local file system. The specific inputs and outputs depend on the concrete save operator used within this category.
Usage Scenarios
-
Data Persistence: Saves intermediate processing results or final output data for subsequent analysis, debugging, archiving, or sharing with other systems.
-
Offline Processing: Saves real-time collected data for subsequent offline development and testing.
-
Data Backup: Creates backups for important data.
Inputs and Outputs
Input Items |
Specific input items depend on the concrete "Save File" class operator being used. For example, the "Save Point Cloud" operator requires point cloud data as input. |
Output Items |
Usually, no data is output to downstream operators, or the path of the saved file is output. |
Parameter Description
Includes four operators: "Save Point Cloud", "Save Image", "Save Image and Point Cloud", and "Save EpicRaw". The following are general file saving related parameter configurations, used to control the location, naming convention, and storage management of saved files. |
Save Path
Parameter Description |
Used to specify the target folder path for saving files. |
Adjustment Notes |
|
Save Name
Parameter Description |
Specifies the save file name; no need to include the file extension. |
Adjustment Notes |
It is recommended to use a descriptive name for easy retrieval and management later. Avoid using special characters. Default name: data |
Save Only Single File
Parameter Description |
Sets the file saving strategy, either saving as a single file or multiple files. |
Adjustment Notes |
|
Maximum Storable Memory
Parameter Description |
Sets the maximum total size of files allowed in the save directory. When the total size of relevant files in the folder exceeds this limit, the software will attempt to delete the oldest files of the same type in that directory to free up space. |
Adjustment Notes |
Please set this value based on available disk space and data retention needs:
|
Parameter Range |
[0.00001, 10], Default: 10, Unit: GB |
Binary Storage
Parameter Description |
Used to determine whether point clouds are stored in binary format. (This parameter mainly applies to the "Save Point Cloud" operator) |
Adjustment Notes |
|