
pittom
USA
Asked
— Edited
Hi,how do i set up HTTP GET commands for foscam camera pan/tilt so when i steer to left cam turns left,steer right cam turns right and center cam goes center. I have my project on cloud (RC 4x4) make changes if u like.
here is a command
http://my-ip-port/decoder_control.cgi?command=35&onestep=5&user=admin&pwd=admin
all i have to do is change the command number to move to different spot
thanks
And do you have a link to a list of commands?
foscam commands
For example, you can use joystick, wii or speech recognition to move the camera. Enter the EZ-Script command like so:
Code:
If you want the command to be auto sent when turning, use the Movement Script (located under Scripts)
in the joystick it says error unknown command
Also, is the url correct? i.e. is decoder_control.cgi?command=35... an actual command recognised by the camera to, I assume in this case, pan the camera right.
Also check the username and password are correct for the camera.
I know the HTTPGet(url) command works perfectly as I just tested it and made ARC turn my lights off using a url (which is good to know as that means ARC can be used to control EventGhost via HTTP easily, which in turn can control pretty much anything), so as far as I can tell it's a problem with the url you are using.
What did you do to get this to work? Would you be interested in sharing the ARC script code that you used to get your foscam camera to move left when you moved your robot left, etc. Also I assume that you can control tilt also.
Do you also know the commands to turn the ir leds on and off? In the list of commands would it be the digital on & off commands?
I am using the foscam F19831p IP camera but I would assume the commands are the same.
What I want to do is do the same thing mentioned in your thread but I would be using one of the movement panels in ARC PC and also want it to work with mobile app. Interested in what you have come up with?
I am not very familiar with web and html programming and using the httpget command but willing to dig in and learn......Rick B.
I have not been playing with it for over a year, I am going to start to work on it in a week or so.
I thought I had it saved in the public cloud under name crawler, if it is not there I will find it and let you know how to do it.
Pittom
Just wondering if you found your crawler foscam scripts for viewing and controlling the foscam functions? Look forward to be able to view and control foscam camera via ez-scripting. Thanks much ! Rick
still looking