KonradIT / gopro-py-api

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

Continuous camera mode #113

Open HighPassFilter opened 5 years ago

HighPassFilter commented 5 years ago

Hi, is it possible to use continuous photo mode wirelessly with Hero 7 black? Also, how do I change the frame rate settings for TimeLapse photo?

Kept getting: Error code: 404 Make sure the connection to the WiFi is still active

when I send the command: gopro.sendCamera("CS","03") or gopro.sendCamera(constants.Hero3Commands.ContRate) or gopro.sendCamera(constants.Hero3Commands.CONTINUOUS_RATE, "03")

Tried gopro.sendCamera("CM","03") as well to test the sendCamera function but it gave the same error

KonradIT commented 5 years ago

You're mixing up Hero3 commands with GpControl functions. This is not possible.

HighPassFilter commented 5 years ago

Thanks for the reply. Could you explain the difference if I may ask?