![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Newbie
Registriert seit: 24.01.2009
Alter: 35
Beiträge: 3
|
![]() Hallo Leute,
es ist spät und ich benötige Eure Hilfe. Bitte verzeiht mir die Anfänger-Fragen. Ich habe eine IP-Cam gekauft und die Pan/Tilt Steuerung läßt sich über Befehle wie http://YourName.Linksys-Cam.com/pt/ptctrl.cgi?mv=D,X gesteuert werden. Ich möchte eine Homepage bauen, in der verschiedene derartige Befehle vorkommen und ein statisches Bild der Webcam angezeigt wird. Mein Problem: Schreibe ich alle diese Steuer-Links sowie den Link für das aktuelles statische Kamerabild in ein html File, so bewegt sich zwar die Kamera, aber die darauf folgende Webseite ist leer. Gehe ich "zurück", so ist die Position wie gewünscht verändert. Wie mache ich das, das ich wie in normalen Softwareprogrammen auch, auf die STeuerbuttons klicken kann und sich die Seite von selbst wieder ladet sowie das statische Bild erneut herladet? Bittebitte um Hilfe, auch wenn ein paar von Euch den Kopf über solch einen Anfänger schütteln. Weatherman09 ps: Das ist das hmtl file im Moment: <html> <head> <title>Pan-Tilt Camera control for Cell Phone</title> </head> <body> <img src=http://192.168.1.150:8080/img/mobile.cgi></img><br><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=L,7"><img src=leftarrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=U,7"><img src=uparrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=D,7"><img src=downarrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=R,7"><img src=rightarrows.png></a><br><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=L,70"><img src=leftarrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=U,70"><img src=uparrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=D,70"><img src=downarrows.png></a> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?mv=R,70"><img src=rightarrows.png></a><br><br> <b><br>GOTO PRESETS:<br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,7"> Preset Location 7 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,1"> Preset Location 1 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,2"> Preset Location 2 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,3"> Preset Location 3 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,4"> Preset Location 4 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,5"> Preset Location 5 </a><br> <a href="http://192.168.1.150:8080/pt/ptctrl.cgi?preset=move,6"> Preset Location 6 </a></b><br> </body> </html> |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|