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
Hi, first off thank you for such wonderful programs.It really made our life easier to start exploring gopro.
I am trying to get live stream GoPro hero 8 black in jetson nano board running Ubuntu 18.04 LTS. I tried goprostream.py but could get the live feed. It throws “urllib.error.HTTPError: HTTP Error 500: Internal Server Error”.
Any help will be helpful and appreciated.
The text was updated successfully, but these errors were encountered:
Hi, I get rid of the 500 error by:
In the file GoProStream.py line 76
replace urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()
with urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&c1=restart").read()
Hi, first off thank you for such wonderful programs.It really made our life easier to start exploring gopro.
I am trying to get live stream GoPro hero 8 black in jetson nano board running Ubuntu 18.04 LTS. I tried goprostream.py but could get the live feed. It throws “urllib.error.HTTPError: HTTP Error 500: Internal Server Error”.
Any help will be helpful and appreciated.
The text was updated successfully, but these errors were encountered: