Controlling (enable/disable) IP WEbCAMS (Foscam) w/ AD2PI
Posted: Mon Jul 27, 2015 2:11 pm
Heya,
I know I can't be the only one out there wanting to do this... so I'll give it a post..
I have a few Foscam IP Cameras that I want to trigger to enable/disable the "Motion Alarm" when the DSC / AD2PI is armed and disarmed.
Anyone using these IP Cameras know that it's a manual thing to enable / disable the Motion Alarm, and if always enabled, will record EVERYTHING and constantly send emails/or fill space while your at home walking around yourself in front of it.
So, would be ideal to enable when alarm is Armed automatically.
The Foscam cameras understand CGI network communication and can successfully send a CGI command in a browser to enable / disable Motion alarms on specified cameras.
http://[yourIPaddress:port]/set_alarm.cgi?motion_armed=1&user=<yourusername>&pwd=<yourpassword>
motion_armed=1 turns Motion Detection on
motion_armed=0 turns Motion Detection off
Now to have the AlarmDecoder webapp do this would be great!! ( I guess this would be a simple feature request)
This is where I need help..... ....
I know I can't be the only one out there wanting to do this... so I'll give it a post..
I have a few Foscam IP Cameras that I want to trigger to enable/disable the "Motion Alarm" when the DSC / AD2PI is armed and disarmed.
Anyone using these IP Cameras know that it's a manual thing to enable / disable the Motion Alarm, and if always enabled, will record EVERYTHING and constantly send emails/or fill space while your at home walking around yourself in front of it.
So, would be ideal to enable when alarm is Armed automatically.
The Foscam cameras understand CGI network communication and can successfully send a CGI command in a browser to enable / disable Motion alarms on specified cameras.
http://[yourIPaddress:port]/set_alarm.cgi?motion_armed=1&user=<yourusername>&pwd=<yourpassword>
motion_armed=1 turns Motion Detection on
motion_armed=0 turns Motion Detection off
Now to have the AlarmDecoder webapp do this would be great!! ( I guess this would be a simple feature request)
This is where I need help..... ....