Hello , on local forum I found informations about setting up camera from PC via Wi-Fi network. Just connect to camera Wi-Fi network on compter, turn on internet browser and enter URL adresses which means settings. Commands are entered using numeric commands and parameters in URLs. I had idea of creating simple website with all possible URL settings. I tested this on SJCAM SJ5000X Elite When you are connected to camera Wi-Fi network, then on website 192.168.1.254 will be shown camera content. If you want to start recording video, enter as URL adress: http://192.168.1.254/?custom=1&cmd=2001&par=12001 mean recording, par=1 means start, par=0 means stop Spoiler: Show all commands <Cmd>2002</Cmd> Resolution <Cmd>2003</Cmd> Cyclic Record <Cmd>2004</Cmd> WDR <Cmd>2006</Cmd> Motion Detection <Cmd>2007</Cmd> Audio <Cmd>2008</Cmd> Date Stamp <Cmd>2010</Cmd> Live View Size <Cmd>1004</Cmd> Capture Mode <Cmd>1002</Cmd> Image Size <Cmd>1005</Cmd> Quality <Cmd>1006</Cmd> Sharpness <Cmd>1007</Cmd> White Balance <Cmd>1008</Cmd> Color <Cmd>1009</Cmd> ISO <Cmd>2005</Cmd> Exposure <Cmd>1011</Cmd> Anti Shake <Cmd>3025</Cmd> Frequency <Cmd>3026</Cmd> Rotate <Cmd>3011</Cmd> Reset to Defaults <Cmd>3010</Cmd> Format <Cmd>3007</Cmd> Auto Power Off <Cmd>3003</Cmd> WiFiName <Cmd>3004</Cmd> Password <Cmd>3008</Cmd> DV Language HTML site for remoting SJCAM camera I created HTML website where i added list of settings and links by basic html tag <a href after I used tag button and make site better. You can see live stream on website or setting Date & time and Wi-Fi name & password easily. Article on my website: http://patwist.com/ovladanie-kamery-sjcam-cez-pc Website preview: http://patwist.com/files/sjcam-remote/sjcam-remote-en.html Website download: http://patwist.com/files/sjcam-remote/sjcam-remote.rar Sources: SJ4000 PC Control (rcgroups.com) SJ4000 WIFI Protocol (gist.hithub.com/peel) Reverse engineering SJCAM4000 WiFi… well… kind of… (http://how-i-did-that.blogspot.sk) A Programmer’s Guide to SJCAM SJ4000 WiFi (sj4000programming.sourceforge.net) ★★★ People from sources which I found get commands from application SJCAM for Android.
Hello, yes, I fir contacted you via e-mail, thanks for letting me know about community forum. Creating a page took me a lot of time durin christmas season and I'm glad if someone likes it. I think that i am noob in html and css and i don't know it perfectly but with tutorials on internet and sites like w3schools and stackoverflow I did something. Especially I am happy that i somehow maked an working formulars for date & time and wifi name and password. In fact i copied from some site but I must figure out how to make it work (I mean <form action= <input type= and after I searched for maxlength and minlength (pattern=) and required tag. Hello, I found command 2010 marked as Unknown on A Programmer's Guide to SJCAM SJ4000 WiFi in Table 9.1. List of returned camera setting items. So perharps I only copied mistake from source site rcgroups.com, author thought that the options will be as follows but he does not tested all of them. By "as follows" perharps he means as they appear in settings menu but I dont found that settings in camera. Article is from Oct 08, 2014 so perharps older firmware had something like that in menu (first FW for SJ4000 Wifi was W20140811V01). Perharps on that older FW command 2010 had affect on size of live view while watching that rtsp address. But I did tested before and I dont saw any change in camera when testing command 2010. 21.12.2017 I also found that command 9001 is Gyro sensor (parameter 0 - turned off, 1 - turned on but little bit zoomed, 2 - turned on and OK) so I implemented Gyro setting too on my site.