danielbrodie Posted September 11, 2011 Report Share Posted September 11, 2011 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? Quote Link to comment Share on other sites More sharing options...
danielbrodie Posted September 11, 2011 Author Report Share Posted September 11, 2011 Looks like it's simply adding the http command GET before the page, so the final command would look like GET /cgi-bin/command etc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.