Skip to content

Commit 947b6f1

Browse files
authored
Max2 360 photo support (#153)
* Add GoPro MAX2 .36P photo support * add max2/osmo nano to readme
1 parent c9e9af5 commit 947b6f1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ This tool draws inspiration from my [dji-utils/offload.sh](https://github.com/Ko
1414
- MAX
1515
- HERO6 - HERO13
1616
- HERO 2024
17+
- MAX2
1718
- Insta360: X2, GO2, X3, X4
1819
- DJI:
1920
- Mavic drones (tested with Air 2, Air 2S, Mini 3 Pro, Mavic 3)
2021
- Osmo Action cameras (tested with Action 3)
2122
- Osmo Pocket cameras (tested with Pocket 1)
23+
- Osmo Nano camera
2224
- Android: All, but with Pixel 6 (Google Camera) specific fixes
2325
- Autel Lite drone
2426

pkg/gopro/filetypes.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ var FileTypeMatches = map[Type][]FileTypeMatch{
7070
Type: Multishot,
7171
HeroMode: false,
7272
},
73+
// MAX 2:
74+
{
75+
Regex: regexp.MustCompile(`^GS_+\d+\.36P$`),
76+
Type: Photo,
77+
HeroMode: false,
78+
},
7379
},
7480
V1: {
7581
{

0 commit comments

Comments
 (0)