Hi Guys,
I need a little help with curl. I have an IP-camera that operates with the Camera CGI specifications listed here: http://corz.org/windows/software/oodlecam/files/IP Camera CGI Manual [from Tenvis 3815 SDK].pdf
Now, with the Chromium bowser, when i point it to http://local-ip:port/decoder_control.cgi?command=31&loginuse=User&loginpas=Password
it points the camera to preset position 1 and gives a ‘var result=“ok”;’ response.
Trying to reproduce that with curl -u User:Password --data "command=31" http://local-ip:port/decoder_control.cgi
does give me the ‘var result=“ok”;’ response, but the camera doesn’t move.
Any ideas?