Changing camera parameters: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Oleg (talk | contribs)
m Created page with "<font size='2'> ==Camera GUI== Go to: http://192.168.0.9 -> Parameter Editor Check appropriate groups of parameters, follow the Viw/Edit-link and change them. ==HTTP requests==..."
 
Oleg (talk | contribs)
mNo edit summary
 
Line 7: Line 7:
==HTTP requests==
==HTTP requests==
Read:
Read:
  http://192.168.0.9/parsedit.php?immediate&PAR1=VAL1&PAR2=VAL2
  http://192.168.0.9/parsedit.php?immediate&PAR1&PAR2
Apply:
Apply:
  http://192.168.0.9/parsedit.php?immediate&PAR1=VAL1&PAR2=VAL2
  http://192.168.0.9/parsedit.php?immediate&PAR1=VAL1&PAR2=VAL2

Latest revision as of 21:43, 5 October 2012

Camera GUI

Go to:

http://192.168.0.9 -> Parameter Editor

Check appropriate groups of parameters, follow the Viw/Edit-link and change them.

HTTP requests

Read:

http://192.168.0.9/parsedit.php?immediate&PAR1&PAR2

Apply:

http://192.168.0.9/parsedit.php?immediate&PAR1=VAL1&PAR2=VAL2

Note 1: If the parameter value is specified it will be applied. The call can have mixed specified and unspecified parameters. Note 2: The new value is read on the next call.