Skip to content

Instantly share code, notes, and snippets.

@peel
Last active September 24, 2024 09:19
Show Gist options
  • Select an option

  • Save peel/ca8c5b25efbe3052fdb5 to your computer and use it in GitHub Desktop.

Select an option

Save peel/ca8c5b25efbe3052fdb5 to your computer and use it in GitHub Desktop.

Revisions

  1. Piotr Limanowski revised this gist Nov 30, 2014. 1 changed file with 13 additions and 9 deletions.
    22 changes: 13 additions & 9 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,25 @@
    # Base URL
    # http://192.168.1.254
    #Base URL
    `http://192.168.1.254`

    # File Management Panel
    GET / 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
    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
    * [http://how-i-did-that.blogspot.com/search/label/SJCAM4000Wifi]
    * [http://www.rcgroups.com/forums/showpost.php?s=bdc0be9f330339f4a44c0f91c4b2d9a7&p=29634969&postcount=3156]

  2. Piotr Limanowski renamed this gist Nov 30, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. Piotr Limanowski created this gist Nov 30, 2014.
    49 changes: 49 additions & 0 deletions gistfile1.txt
    Original 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