Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ This tool draws inspiration from my [dji-utils/offload.sh](https://github.com/Ko
- MAX
- HERO6 - HERO13
- HERO 2024
- MAX2
- Insta360: X2, GO2, X3, X4
- DJI:
- Mavic drones (tested with Air 2, Air 2S, Mini 3 Pro, Mavic 3)
- Osmo Action cameras (tested with Action 3)
- Osmo Pocket cameras (tested with Pocket 1)
- Osmo Nano camera
- Android: All, but with Pixel 6 (Google Camera) specific fixes
- Autel Lite drone

Expand Down
6 changes: 6 additions & 0 deletions pkg/gopro/filetypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ var FileTypeMatches = map[Type][]FileTypeMatch{
Type: Multishot,
HeroMode: false,
},
// MAX 2:
{
Regex: regexp.MustCompile(`^GS_+\d+\.36P$`),
Type: Photo,
HeroMode: false,
},
},
V1: {
{
Expand Down
Loading