Skip to content

Latest commit

 

History

History
238 lines (204 loc) · 11.4 KB

GP4-API.md

File metadata and controls

238 lines (204 loc) · 11.4 KB

#Main sources:

#HERO4 Black Wifi hacking, ep 1

URL for streaming: http://10.5.5.9/gp/gpExec?p1=gpTsFeeder&a1=%22%22&c1=restart&p2=gpStream&a2=%22%22&c2=restart

###Android decopilation APK

Seems like apk have mix of an old and new api? Most of this methods didn't works on gopro4


###Firmware studies

seems like prefix must be http://10.5.5.9/gp/gpControl/command/... !


###Also firmware studies

#GoPro HERO4 Black Wifi Hacking, ep 2

By Maelstrom Napalm, @odwdinc and Konrad Iturbe

###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:

###Power:

###Frame Rate:

###Field Of View:

###Low Light:

###Recording:

Tag moment:

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

To be continued...