I installed this addon http://forum.xbmc.org/showthread.php?tid=182540 on my OpenELEC 3.2.3 machine.
On one of my RaspberryPi's I have a webcam plugged in which can take snapshots of the driveway outside my house. In the addon I have configured the correct url to my webcam to capture an image when the addon is activated from XBMC by my remote control.
In my main Domoticz machine I have created a virtual "Push On button" with a "On action" with the url to my OpenElec machine (also "Off delay" = 1 second for the button):
Code: Select all
http://192.168.0.122/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22Addons.ExecuteAddon%22,%22params%22:{%22addonid%22:%22script.securitycam%22},%22id%22:%221%22}}
When I press the button in Domoticz a snapshot of my webcam is displayed on my OpenELEC screen, even if there is an active playback of LiveTV etc. My future plan is to add a motion sensor to trigger the image capturing instead of the manual pushbutton.
/jaytee