Camera Control

Forum about Questions, discussions and announcements regarding the Bwired website owned by Pieter Knuvers
Post Reply
Edwin
Member
Member
Posts: 447
Joined: Sat Oct 20, 2007 6:37 am
Location: Netherlands

Camera Control

Post 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
User avatar
Snelvuur
Forum Moderator
Forum Moderator
Posts: 3156
Joined: Fri Apr 06, 2007 11:01 pm
Location: Netherlands
Contact:

Camera Control

Post 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)
Bwired
Administrator
Administrator
Posts: 4704
Joined: Sat Mar 25, 2006 1:07 am
Location: Netherlands
Contact:

Camera Control

Post 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
Post Reply

Return to “Bwired Forum”