Skip to content

Instantly share code, notes, and snippets.

@ruyaoyao
Forked from peel/gist:ca8c5b25efbe3052fdb5
Last active September 9, 2015 01:11
Show Gist options
  • Save ruyaoyao/0394dc3b2eccb89fb30a to your computer and use it in GitHub Desktop.
Save ruyaoyao/0394dc3b2eccb89fb30a to your computer and use it in GitHub Desktop.
SJ4000 WIFI Protocol

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

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