Last active
September 24, 2024 09:19
-
-
Save peel/ca8c5b25efbe3052fdb5 to your computer and use it in GitHub Desktop.
Revisions
-
Piotr Limanowski revised this gist
Nov 30, 2014 . 1 changed file with 13 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,25 @@ #Base URL `http://192.168.1.254` # File Management Panel `GET / file management panel` # Configuration options all options follow the template: `/?custom=1&cmd={Command}&par={Option}` Command - setting/mode of the device Option - usually 0/1, but when more settings are supported theres a few more numbers for different menu items # WARNING: Thee settings don't seem to take effect until you either start recording, or you turn the camera on/off. ## Recording ``` GET /?custom=1&cmd=2001&par=1 start recording GET /?custom=1&cmd=2001&par=0 stop recording ``` ## Other options ``` 2002 Resolution 2003 Cyclic Record 2004 WDR @@ -41,9 +44,10 @@ GET /?custom=1&cmd=2001&par=0 stop recording 3003 WiFiName 3004 Password 3008 DV Language ``` More info: * [http://how-i-did-that.blogspot.com/search/label/SJCAM4000Wifi] * [http://www.rcgroups.com/forums/showpost.php?s=bdc0be9f330339f4a44c0f91c4b2d9a7&p=29634969&postcount=3156] -
Piotr Limanowski renamed this gist
Nov 30, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Piotr Limanowski created this gist
Nov 30, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,49 @@ # Base URL # http://192.168.1.254 # File Management Panel GET / file management panel # Configuration options # all options follow the template: # /?custom=1&cmd={Command}&par={Option} # Command - setting/mode of the device # Option - usually 0/1, but when more settings are supported theres a few more numbers for different menu items # WARNING: Thee settings don't seem to take effect until you either start recording, or you turn the camera on/off. ## Recording GET /?custom=1&cmd=2001&par=1 start recording GET /?custom=1&cmd=2001&par=0 stop recording ## Other options 2002 Resolution 2003 Cyclic Record 2004 WDR 2006 Motion Detection 2007 Audio 2008 Date Stamp 2010 Live View Size 1004 Capture Mode 1002 Image Size 1005 Quality 1006 Sharpness 1007 White Balance 1008 Color 1009 ISO 2005 Exposure 1011 Anti Shake 3025 Frequency 3026 Rotate 3011 Reset to Defaults 3010 Format 3007 Auto Power Off 3003 WiFiName 3004 Password 3008 DV Language More info: * http://how-i-did-that.blogspot.com/search/label/SJCAM4000Wifi * http://www.rcgroups.com/forums/showpost.php?s=bdc0be9f330339f4a44c0f91c4b2d9a7&p=29634969&postcount=3156