Ankündigung

Einklappen
Keine Ankündigung bisher.

Controlling the camera movement

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    HS/FS Controlling the camera movement

    Hello,

    I'm trying to control the camera movement from within the HomeServer Visu.
    So far, I've written a small web page to test each movement separately, and it works fine. I'm sending a complete url like this
    http://<ip>/decoder_control.CGI?command=16&onestep=17&user=<us er>&pwd=<passw>

    I try to put this in the Experte Kommunikation IP Telegramme senden
    Empfänger: TCP <cam ip> port 80
    Senden: http://<ip>/decoder_control.CGI?command=0&onestep=1&user=<user >&pwd=<pwd>
    No luck ! I've tried several combinations, still no luck.
    I've sniffed the network, the packet is of type TCP, so it's probably a mistake in the command syntax

    Any hint, please ?

    #2
    Hello,

    I'm still stuck with my camera.
    I've put the HomeServer, the camera and a sniffer on a hub.
    From the Visu, when I trigger any camera command (up, down) nothing comes out from the HomeServer, so I guess my syntax is wrong.

    In Kommunikation, IP Telegramme senden, I've defined several Telegramme, 1-Up, 2-Up
    In the Visu, I've defined some icons and tied the Telegramme to the icon 3-Visu, 4-Visu.
    I've tried several combinations, no go.

    Can someone help me, with a practical example, please ?
    Should I send the complete URL or just the command part of the URL ?

    Thank you for any tip.
    Angehängte Dateien

    Kommentar


      #3
      try to send just the command part, like this string "/decoder_control.CGI?command=0&onestep=1&user=<user >&pwd=<pwd>" - good luck!

      Kommentar


        #4
        Hello,

        Zitat von DJuedt Beitrag anzeigen
        try to send just the command part, like this string "/decoder_control.CGI?command=0&onestep=1&user=<user >&pwd=<pwd>"
        Thanks for the tip, but I've already tried this one and also the protocol variants.
        Still no joy.
        The funny thing is, when I issue the command from within a small web page, it works first time. So, the commands as such are correct, but the way to put them in the HS is not obvious.

        Kommentar


          #5
          Zitat von Warichet Beitrag anzeigen
          Hello,



          Thanks for the tip, but I've already tried this one and also the protocol variants.
          Still no joy.
          The funny thing is, when I issue the command from within a small web page, it works first time. So, the commands as such are correct, but the way to put them in the HS is not obvious.
          Ah ok, you allready tried this.
          Ok, next step.. maybe you need to seperate your datastring in different data blocks. it´s possible to control a mobotix cam in this way:
          Angehängte Dateien

          Kommentar


            #6
            Zitat von DJuedt Beitrag anzeigen
            maybe you need to seperate your datastring in different data blocks. it´s possible to control a mobotix cam in this way:
            Looks good !
            What is the syntax of authorization ?
            is it: username : password
            or something like: user=<user>, pass=<password>
            or is it Base64 encoded ?

            Kommentar

            Lädt...
            X