We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm trying to use the script with a goprohero7:
"info": { "model_number": 30, "model_name": "HERO7 Black", "firmware_version": "HD7.01.01.70.00", "serial_number": "", "board_type": "0x05", "ap_mac": "", "ap_ssid": "", "ap_has_default_credentials": "0", "git_sha1": "b29c80591af6b628f0debffdccd8def70e8a696b", "capabilities": "16", "lens_count": "1", "update_required": "0" }
I've changed in the script the ip adress of my laptop wich is 10.5.5.101 instead of 10.5.5.100 When I run the sudo python3 GoProStream.py, it runs ok:
sudo python3 GoProStream.py branch HD4 HERO7 Black HD7.01.01.70.00 UDP target IP: 10.5.5.9 UDP target port: 8554 message: _GPHD_:0:0:2:0.000000 Recording on camera: False Press ctrl+C to quit this application.
But nothing comes out from nethier ffplay nor vlc traces in wireshark are showing a lot of udp traffic
I've compared the results of your gpControl-HERO7Black.json with one i've generated. Put appart the "version": 3.0, There are very few differences,
"version": 3.0,
Do you have an idea of why I can't make this work ? Thanks a lot
The text was updated successfully, but these errors were encountered:
in my case i always have to start recording a video and stop right away for ffplay to "wake up". i havent been able to get it to work with vlc.
Sorry, something went wrong.
I am having the same issue. Tried starting and stopping a recording on the gopro, but that didn't get ffplay to start. Any other ideas?
No branches or pull requests
Hello,
I'm trying to use the script with a goprohero7:
I've changed in the script the ip adress of my laptop wich is 10.5.5.101 instead of 10.5.5.100
When I run the sudo python3 GoProStream.py, it runs ok:
But nothing comes out from nethier ffplay nor vlc
traces in wireshark are showing a lot of udp traffic
I've compared the results of your gpControl-HERO7Black.json with one i've generated.
Put appart the
"version": 3.0,
There are very few differences,
Do you have an idea of why I can't make this work ?
Thanks a lot
The text was updated successfully, but these errors were encountered: