KonradIT / goprowifihack

Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Apache License 2.0
2.12k stars 334 forks source link

Command for putting GoPro MAX into "360 Video" mode #270

Closed MDThomsen closed 2 years ago

MDThomsen commented 2 years ago

Under the MAX documentation I can't seem to find a command for changing the filming mode to 360 Video. Is this even possible to do over WiFI, or can it only be done through BLE?

KonradIT commented 2 years ago

It would be:

http://10.5.5.9/gp/gpControl/setting/142/$lensmode

$lensmode:

0 = HeroMode 1 = 360

MDThomsen commented 2 years ago

That works. Thank you very much.