Difference between revisions of "Changing camera parameters"

From ElphelWiki
Jump to: navigation, search
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==...")
 
m
 
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 14: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.