Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

USB camera

<element id="403001" module="2031" num="1" clas="devhwr" type="usb-cam" name="USB Web camera" fps="10.0" username="" password="" resolution="640x480" proxyurl="/webcam/?action=stream" />

AV camera

<element id="405001" module="2031" num="100" clas="devhwr" type="av-cam" name="AV camera" enable="1" resolution="720x576" proxyurl="/cam/" />

IP camera

<element id="402001" module="2031" num="2" clas="devhwr" type="ip-cam" name="IP cam 01" url="http://192.168.0.35/webcam/?action=stream" fps="0" username="" password="" proxy="1" proxyurl="/ipcam_1/" />

here:

  • proxyurl - an additional address for accessing the stream of cameras, for USB and AV cameras is fixed, for IP cameras, formed by a num field;

  • proxy - enable (1) or disable (0) proxying for current IP camera.

updateelement - update data for USB or AV camera.

...

  • k - user session ID;

  • id - the identifier of the camera element; if the identifier is absent, a new element is created; otherwise the existing one is modified;

  • name - the name of the element, the length is not more than 63 characters;

  • username - username if needed;

  • password - password if needed;

  • fps - the image update is performed 1 time in "fps" seconds. If field set as 0, it is considered that "url" field link to mjpeg stream;

  • url - IP camera web address;

  • proxy - enable (1) or disable (0) proxying for current IP camera.

delwebcam - delete the IP camera. Extra options are:

...