Skip to content

Instantly share code, notes, and snippets.

@fraannk
Forked from 3v1n0/HERO4BlackWifiHacking2.md
Last active May 24, 2016 14:53
Show Gist options
  • Select an option

  • Save fraannk/337635c3044bfc180a3f to your computer and use it in GitHub Desktop.

Select an option

Save fraannk/337635c3044bfc180a3f to your computer and use it in GitHub Desktop.

#GoPro HERO4 Black Wifi Hacking, ep 2

By Maelstrom Napalm, @odwdinc, Konrad Iturbe and fraannk (@ifraaannk)

###Status URL:

http://10.5.5.9/gp/gpControl/status

####Protune EV compensation:

Value URL
+2 http://10.5.5.9/gp/gpControl/setting/26/0
+1.5 http://10.5.5.9/gp/gpControl/setting/26/1
+1 http://10.5.5.9/gp/gpControl/setting/26/2
+0.5 http://10.5.5.9/gp/gpControl/setting/26/3
0 http://10.5.5.9/gp/gpControl/setting/26/4
-0.5 http://10.5.5.9/gp/gpControl/setting/26/5
-1 http://10.5.5.9/gp/gpControl/setting/26/6
-1.5 http://10.5.5.9/gp/gpControl/setting/26/7
-2 http://10.5.5.9/gp/gpControl/setting/26/8

####Modes:

###Power:

####Modes:

####Modes2:

###Frame Rate:

###Resolutions:

###Field Of View:

###Low Light:

###On Screen Display (OSD):

###Recording:

###Streaming:

Video can be streamed by using aplay or ffplay on udp://:8554, connection must be kept alive using hero4-udp-keep-alive-send.py script.

Tag moment:

http://10.5.5.9/gp/gpControl/command/storage/tag_moment

To be continued...

@Dyonizos

Copy link
Copy Markdown

I need OSD ON-OFF command on Hero4. Do you know anything about this?
Thanks for update.

@KonradIT

Copy link
Copy Markdown

Thank you! Added to the MAIN GIT: konradit/goprowifihack

@fraannk

fraannk commented Mar 2, 2015

Copy link
Copy Markdown
Author

I updated it to include the OSD commands! :)

@Dyonizos

Dyonizos commented Mar 3, 2015

Copy link
Copy Markdown

Great. Thanks for your update and help.

@Dyonizos

Dyonizos commented Mar 6, 2015

Copy link
Copy Markdown

Bad news :(
I tried some command on hero4
most hero3 commands works on hero4
Ex
/camera/CM?t=pass&p=%00 or 01
/camera/SH?t=pass&p=%00 or 01
also
/gp/gpControl/command/shutter?p=1 or 0
/gp/gpControl/command/mode?p=1 or 0

but below OSD commands doesnt work on hero4
/camera/DS?t=12345678&p=%00 or 1 ( works on hero2 and hero3) but it doesnt work on hero4
also
/gp/gpControl/setting/58/1 it doesnt work too.

do you have any idea about OSD ?
Maybe OSD has command like as "/gp/gpControl/command/" (open url)

Thanks

@fraannk

fraannk commented Mar 6, 2015

Copy link
Copy Markdown
Author

The OSD commands work fine here. If you look in the settings, it toggles it on/off, but it doesn't actually do anything visible on the camera. I'm not actually sure what the OSD setting does... :)

@Dyonizos

Dyonizos commented Mar 7, 2015

Copy link
Copy Markdown

I m sorry. Yes OSD comands works fine.
I use LCD screen and AV Out on camera. If you want to see OSD toggle on screen when sent command you need change mode or record start and stop after sent OSD command.
You told. You can see toggle ON-OFF on menu screen.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment