Enable / Disable Camera via URL/Script
Comments
-
Hi - this is possible do to via HTTP, however it requires a POST request rather than a GET request, so it's not as simple as loading a URL.
However, it can be made very simple by using an AppleScript, as described by the "Camera Settings Change" example on our AppleScript Examples page.
The parameters you should put in the "do shell script" command would be 'cameraNum=0&camEnabledCheck=0&action=save' - obviously substituting the correct camera number, as obtained from the "Device Map" window via the Window menu in SecuritySpy.
If the Mac you need to run the script from is different from the Mac running SecuritySpy, this is no problem: simply substitute the correct address of the SecuritySpy Mac instead of the "127.0.0.1" address that is shown in the script example.
Hope this helps!
