Ankündigung

Einklappen
Keine Ankündigung bisher.

Supra IPC Cam über HS Steuern

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

    Supra IPC Cam über HS Steuern

    Hallo
    hatte mich durch die Suche gewühlt und konnte leider nichts finden

    Also mein Problem liegt am senden eines IP Telegramm

    Über HTTP schaut der Befehl so aus : ipdercam/decoder_control.cgi?command=0&onestep=1&user=admin &pwd=

    damit bewegt sich die cam nach oben ... ( Über Explorer )

    wie sieht das jetzt als Telegramm aus ??

    Cam und Buttons sind angelegt...

    Logic drinne ...

    im Debug :

    07.07.2013 16:14:57 (IP: 192.168.1.41) (Port: 80)
    (Send: 56) 0x64 0x65 0x63 0x6f 0x64 0x65 0x72 0x5f 0x63 0x6f 0x6e 0x74 0x72 0x6f 0x6c 0x2e 0x63 0x67 0x69 0x3f 0x63 0x6f 0x6d 0x6d 0x61 0x6e 0x64 0x3d 0x30 0x26 0x6f 0x6e 0x65 0x73 0x74 0x65 0x70 0x3d 0x31 0x26 0x75 0x73 0x65 0x72 0x3d 0x61 0x64 0x6d 0x69 0x6e 0x26 0x70 0x77 0x64 0x3d 0xd
    decoder_control.cgi?command=0&onestep=1&user=admin &pwd=

    Hatte schon mehrere Einstellungen versucht, einmal kam auch Bad Request an .....

    hoffe mir kann geholfen werden ...

    danke

    #2
    Du musst Web Seiten/IP Abfrage verwenden...

    Das sind die Codes:

    [cam2]
    cam_username = admin
    cam_name = Maginon
    cam_sector = 0,0,640,480
    cam_ip = 10.0.0.31
    cam_port = 8888
    cam_schema = http
    cam_jpg_path = /snapshot.cgi
    cam_password =
    btn_left = /decoder_control.cgi?command=6
    btn_left_stop = /decoder_control.cgi?command=7
    btn_right = /decoder_control.cgi?command=4
    btn_right_stop = /decoder_control.cgi?command=5
    btn_up = /decoder_control.cgi?command=0
    btn_up_stop = /decoder_control.cgi?command=1
    btn_down = /decoder_control.cgi?command=2
    btn_down_stop = /decoder_control.cgi?command=3
    btn_0 = /decoder_control.cgi?command=25
    btn_1 = /decoder_control.cgi?command=28
    btn_2 = /decoder_control.cgi?command=29
    btn_3 =
    btn_4 = /decoder_control.cgi?command=26
    btn_5 = /decoder_control.cgi?command=27
    btn_6 = /reboot.cgi
    btn_7 = /decoder_control.cgi?command=31
    btn_8 = /decoder_control.cgi?command=33
    btn_9 = /decoder_control.cgi?command=35
    cam_video_path =
    cam_interval = 2000
    __________________
    Gruss aus Tirol
    Christoph

    Kommentar

    Lädt...
    X