Jump to content

Sending HTTP commands with watchout


danielbrodie

Recommended Posts

So I want to send commands to recall camera presets using Watchout to a set of Panasonic AW-HE50 cameras. The way that they normally work is through the use of http commands sent through the web browser, but I want to duplicate this through Watchout. The commands are roughly in the format: http://192.168.0.10/cgi-bin/command=R00&r=1 which would tell the camera at ip address 192.168.0.10 to recall memory preset 00. Anyone have any idea on how to correctly format the string output in Watchout to duplicate this?

 

I've tried sending the command in Watchout as written to 192.168.0.10 on port 80 (the http port) but nothing happens, but I can indeed make the camera respond to the command if I just paste it into the web browser. Any ideas?

Link to comment
Share on other sites

  • 12 years later...

Struggling to deliver string commands to Panasonic AW-HE40 on port 80.

In Chrome this works perfectly with no auth:

http://cameraipaddress/cgi-bin/aw_ptz?cmd=%23R01&res=1

I think the string command should be

GET /cgi-bin/aw_ptz?cmd=%23R01&res=1

I've also tried:

GET /cgi-bin/aw_ptz?cmd=%23R01&res=1$0D

I've also tried just

$0D

All of these return the error "Failed at delivering data"

Wathchout 6.7.2

Does anyone have any experience with these or other Panasonic PTZ cameras with String Commands or any other method? Just need to recall presets from the timeline. Thanks!

 

Link to comment
Share on other sites

Thanks for the suggestions. I ended up sending a simple string command to Bitfocus Companion. Much easier to just tell companion what button to press and let it handle the backend. 

Command is:

BANK-PRESS 1 1  ****FIRST DIGIT IS PAGE NUMBER THEN A SPACE SECOND DIGIT IS BUTTON NUMBER****

$0D ***HEX REPRESENTATION OF ENTER****

Works great and its free software. Has libraries for most PTZ cameras. 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...