KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.38k stars 211 forks source link

HERO 7 PROTUNE_MULTISHOT fails with Error 500 #163

Open tecamenz opened 3 years ago

tecamenz commented 3 years ago

Describe the bug Enable Protune in MultiShotMode (SubMode=TimeLapse) fails with "Error 500: Internal Server Error"

To Reproduce

gopro.gpControlSet(constants.Setup.VOICE_CONTROL, constants.Setup.VoiceControl.OFF)
gopro.gpControlSet(constants.Setup.AUTO_OFF, constants.Setup.AutoOff.Never)
gopro.mode(constants.Mode.MultiShotMode, constants.Mode.SubMode.MultiShot.TimeLapse)
gopro.gpControlSet(constants.Multishot.PROTUNE_MULTISHOT, constants.Multishot.ProTune.ON)

Last line produces: "HTTP Error 500: Internal Server Error"

Expected behavior Enable Protune in MultiShot mode (TimeLapse and NightLapse) to change WHITE_BALANCE and ISO_LIMIT

Firmware Version 01.70