No. I have the motion detection sensitive enough to record any movement it detects...so this would be overkill@fenderman have you ever done anything like this?
depends on your alarm system, but you could always do something like wire a Raspberry Pi into your alarm system and have it relay commands via IP back and forth.
i designed my alarm from the ground up to have this capabilities, its all tied into my home automation system and so are my cameras.
I was interested in some form of turnkey DIY home security system. I guess I can look into one that has some I/O that I can hard-wire to my system.
http://www.sealevel.com/store/8112-...-relay-outputs-digital-interface-adapter.html
That might be more what you are after then.
There was a thread about it on Cam-It a while back
http://www.cam-it.org/index.php?topic=2187.0
This thread might be useful to you as well
https://www.ipcamtalk.com/showthread.php/3359-ARDUINO-amp-BLUE-IRIS-SERIAL-digital-i-o-DIO
haven't done it, but sure looks possible.
from the BI help file (bottom of web server section):
path /admin?camera=x&trigger will Trigger camera x (short name)
there's probably a way to trigger a cam group as well, but maybe that just happens automagically if
your cams are grouped to trigger together anyways?
edit: i guess the above assumes your alarm system can somehow send an arbitary http request,
whcih is what Nayr's suggestion addresses...
you could try http://username:password@ip:port/path if it works make a login just for your API calls.