Page 1 of 1

Camera Control

Posted: Wed Dec 10, 2008 6:31 pm
by Edwin
hi bwired how can i add pan tilt control buttons to my site
like on youre site?
i have a marmitek ip robocam21. their app works with java i think
thanks.
greetings edwin

Camera Control

Posted: Wed Dec 10, 2008 9:44 pm
by Snelvuur
i think pieters is used in combination with a axis 241q camera server. Which has web interface buttons aswell.

depending on your ip robocom, if you can send things like http://<ip adres>/camera.php?left=+1 to it, so it would move left, you can make your own website based on those commands.

// Erik (binkey.nl)

Camera Control

Posted: Wed Dec 10, 2008 11:35 pm
by Bwired
No, I don't use the AXIS 241q videoserver for pan tilt and zoom.
I created my own software which has a tiny webserver and is able to receive HTTP Commands.

Code: Select all

<map name="CamControl">
<AREA SHAPE=RECT COORDS="2,19,21,37" HREF="http://www.bwired.nl:portnr/ul" ALT="Cam up left" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='up left'; return true">
<AREA SHAPE=RECT COORDS="23,19,43,37" HREF="http://www.bwired.nl:portnr/up" ALT="Cam up" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='up'; return true">
<AREA SHAPE=RECT COORDS="33,272,57,287" HREF="http://www.bwired.nl:portnr/backlightoff" ALT="backlight cam off" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='backlight cam off'; return true">
</map>
see also http://www.bwired.nl/How_camservernew.asp
I stream the video with the AXIS 241Q server