Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireless streaming in gopro 7 silver #67

Open
chandragauta opened this issue Apr 15, 2023 · 6 comments
Open

wireless streaming in gopro 7 silver #67

chandragauta opened this issue Apr 15, 2023 · 6 comments

Comments

@chandragauta
Copy link

Hello Helmut, I 'm trying to stream video from gopro 7 silver. i have been following ur optional (or preferred method), I have downloaded ffmpeg , GoProStream.py and installed python . I have put binary file and GoProStream.py at C:\ffmpeg folder. When I run python GoProStream.py after connecting gopro wirelessly, it showed "branch hero3H18.03.02.10.00" , screen shoot is attached below.
Help Help Help
Screenshot (13)

@chandragauta
Copy link
Author

Help ?

@navennn
Copy link
Contributor

navennn commented Jul 17, 2024

I had the same issue.
The script simply does not support this SW version

~$ curl http://10.5.5.9/gp/gpControl | python3 -m json.tool | grep firmware_version
        "firmware_version": "H18.02.02.10.00",

Amend the python code as such
Line 70 GoProStream.py

--if "HD4" in response or "HD3.2" in response or "HD5" in response or "HX" in response or "HD6" in response or "HD7" in response:
++if "HD4" in response or "HD3.2" in response or "HD5" in response or "HX" in response or "HD6" in response or "HD7" in response or "H18" in response:
# python3 GoProStream.py 
branch HD4
HERO7 White
H18.02.02.10.00
UDP target IP: 10.5.5.9
UDP target port: 8554
message: _GPHD_:0:0:2:0.000000

Recording on camera: True
Press ctrl+C to quit this application.

ffmpeg version 6.1.1-3ubuntu5 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 13 (Ubuntu 13.2.0-23ubuntu3)
  configuration: --prefix=/usr --extra-version=3ubuntu5 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --disable-omx --enable-gnutls --enable-libaom --enable-libass --enable-libbs2b --enable-libcaca --enable-libcdio --ena
 (...)

Keep in mind it might be different for you, since mine is 7 white.

@chandragauta
Copy link
Author

chandragauta commented Oct 14, 2024

Thank you for response navenn. Plz, precise the amend line 70

navennn added a commit to navennn/GoProStream that referenced this issue Oct 15, 2024
@navennn
Copy link
Contributor

navennn commented Oct 15, 2024

I submitted merge request, in the meanwhile you can get the complete code here
https://github.com/navennn/GoProStream/blob/master/GoProStream.py

#69

@chandragauta
Copy link
Author

chandragauta commented Oct 15, 2024 via email

@chandragauta
Copy link
Author

chandragauta commented Oct 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants