X10 Community Forum

📸Cameras & Camera Software => AirSight Cameras => Topic started by: yangqch on March 13, 2012, 06:53:10 PM

Title: Programming on Wireless IP Camera, http protocol.
Post by: yangqch on March 13, 2012, 06:53:10 PM
Hi guys,

Does anyone here know the HTTP protocol API of Airsight outdoor IP wireless camera?
What I need to do is just remotely trigger the camera to take a shot.
I expect to send a HTTP request from a machine and wait for the response of a image shot and then save it. That's all.
Title: Re: Programming on Wireless IP Camera, http protocol.
Post by: fubaya on March 14, 2012, 12:48:33 AM
This may not work but many cameras use something like:

http://username:password@ip_address:port/snapshot.cgi

You can test it in a browser, just fill in user, pass, IP and port.