You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for developing this GoPro API library! It has been very helpful.
I have a few questions and would greatly appreciate the help.
When connected via USB, should it be possible to take a picture via API? I could access the camera (at 172.29.145.51) and some API calls do work. But I cannot take a picture.
I get the following error: { "version": "6.00", "path_info": "command/shutter", "query_string": "p=1", "error_code":-3, "error_msg": "500 Internal Server Error", "function": "gpcontrol_cgi_handler", "line": 190 }
And another question is, when connected via WiFi and power_off() is called, it completely shuts down GoPro including the WiFi. Then power_on() doesn't work.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hello,
Firstly, thank you for developing this GoPro API library! It has been very helpful.
I have a few questions and would greatly appreciate the help.
When connected via USB, should it be possible to take a picture via API? I could access the camera (at
172.29.145.51
) and some API calls do work. But I cannot take a picture.I get the following error:
{ "version": "6.00", "path_info": "command/shutter", "query_string": "p=1", "error_code":-3, "error_msg": "500 Internal Server Error", "function": "gpcontrol_cgi_handler", "line": 190 }
And another question is, when connected via WiFi and
power_off()
is called, it completely shuts down GoPro including the WiFi. Thenpower_on()
doesn't work.Thanks for the help!
The text was updated successfully, but these errors were encountered: