Biel,

My bad, the address should be in quotes, otherwise wget treats parameters
in the line as something else:

> wget "http://elphel/parsedit.php?DCM_HOR&DCM_VERT&BIN_HOR&BIN_VERT";


wget output show only the download status. The contents of the request can
stored in a separate file.

'embed' & 'immediate':
The effect is better seen if you open links in the browser
(firefox/chrome...):
'embed=0.18' will show you an image from the camera on the page.
'immediate' - the parsedit.php response will be in an xml format (versus
html page by default).

"SENSOR_REGS32" a parameter somewhere in the camera? where can I review it?

In your browser go http://elphel/parsedit.php?SENSOR_REGS32, but ideally
you shouldn't use it. Go with DCM_HOR,DCM_VERT,BIN_HOR & BIN_VERT

There's a GUI way to read parameters - go to http://elphel -> Parameter
Editor -> check the groups of interest -> "View/Edit"-link

What's your goal, btw?
For example, you could write a script on php that would be doing the same
things with parsing an xml response in it pretty easily. And you would be
able to call it from a command line or from a browser.

Best regards,
Oleg Dzhimiev
Electronics Engineer
phone: +1 801 783 5555 x124
Elphel, Inc.

On 12 October 2012 17:20, Biel Bestué de Luna <7318...@gmail.com> wrote:

> I've been trying both methods but I couldn't see any change (the strange
> language on my terminal is catalan):
>
> $ wget
> http://elphel/parsedit.php?embed=0.18&DCM_HOR&DCM_VERT&BIN_HOR&BIN_VERT
> [2] 2421
> [3] 2422
> [4] 2423
> [5] 2424
> --2012-10-13 00:56:28--  http://elphel/parsedit.php?embed=0.18
> Resolent elphel (elphel)... 192.168.1.9
> S'està connectant a elphel (elphel)|192.168.1.9|:80... conectat.
> HTTP: Petició enviada, esperant resposta... DCM_VERT: no s'ha trobat
> l'ordre
> [1]   Fet                     wget http://elphel/parsedit.php?embed=0.18
> BIN_HOR: no s'ha trobat l'ordre
> [1]   Fet                     wget http://elphel/parsedit.php?embed=0.18
> DCM_HOR: no s'ha trobat l'ordre
> BIN_VERT: no s'ha trobat l'ordre
> [1]   Fet                     wget http://elphel/parsedit.php?embed=0.18
> [1]   Fet                     wget http://elphel/parsedit.php?embed=0.18
> [1]   Fet                     wget http://elphel/parsedit.php?embed=0.18
> [3]   Fi d'execuci? amb l'estat 127     DCM_HOR
> [4]-  Fi d'execuci? amb l'estat 127     DCM_VERT
> [5]+  Fi d'execuci? amb l'estat 127     BIN_HOR
> biel@biel-F5VL:~/elphel$ 200 OK
> Longitud: no especificat [text/html]
> S'està desant a: «parsedit.php?embed=0.18.1»
>
>     [
> <=>
> ] 4.656       --.-K/s   en 0,001s
>
> 2012-10-13 00:56:28 (6,49 MB/s) - s'ha desat «parsedit.php?embed=0.18.1»
> [4656]
>
> and also:
>
> $ wget http://elphel/parsedit.php?embed=0.18&SENSOR_REGS32
> [1] 2414
> --2012-10-13 00:55:16--  http://elphel/parsedit.php?embed=0.18
> Resolent elphel (elphel)... 192.168.1.9
> S'està connectant a elphel (elphel)|192.168.1.9|:80... conectat.
> HTTP: Petició enviada, esperant resposta... SENSOR_REGS32: no s'ha trobat
> l'ordre
> biel@biel-F5VL:~/elphel$ 200 OK
> Longitud: no especificat [text/html]
> S'està desant a: «parsedit.php?embed=0.18»
>
>     [ <=>                                   ] 4.657       --.-K/s   en
> 0,001s
>
> 2012-10-13 00:55:16 (4,40 MB/s) - s'ha desat «parsedit.php?embed=0.18»
> [4657]
>
> ------------------------------------------------------------------
>
> in parsedit.php, what is the difference between  "?embed=0.18" and
> "?immediate"  ?
> is "SENSOR_REGS32" a parameter somewhere in the camera? where can I review
> it?
> from the "camera control interface" can you change between the two binning
> modes?
>
> _______________________________________________
> Support-list mailing list
> Support-list@support.elphel.com
> http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com
>
_______________________________________________
Support-list mailing list
Support-list@support.elphel.com
http://support.elphel.com/mailman/listinfo/support-list_support.elphel.com

Reply via email to