-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add functionality to rename the SD card volume label of a particular camera to the following format: HERO11-8909, where the short version of the model is followed by a dash and the last 4 digits of its serial number.
Requirements
- Detect the camera model and serial number from the SD card or connected camera.
- Generate the new volume label in the format: - (e.g., HERO11-8909).
- Rename the SD card volume label accordingly (using the appropriate system command, e.g., diskutil on macOS).
- Ensure the process is robust and handles errors (e.g., missing serial, unsupported model).
- Add documentation and usage instructions.
Motivation
This will standardize SD card naming for easier identification and management, especially in multi-camera workflows.
Acceptance Criteria
- The SD card volume label is renamed to the correct format for supported cameras.
- Errors are handled gracefully and reported to the user.
- Documentation is updated.
Assign to: @fxstein
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request