Posts: 76
Joined: Aug 2012
Reputation:
0
Hey.
My camera has motion detection. So every time something moves the camera sends a notification to eventghost.
Is there a way to start the script from eventghost?
Cheers.
Posts: 793
Joined: Oct 2010
Reputation:
17
You're saving the image as a .jpg, but is the camera sending it in that format, or are you just changing it to that file extension?
Posts: 74
Joined: Apr 2013
Reputation:
2
Iolas thanks for updating the links I got it working well now Image pops up no problem, and sliding exit is cool.
What is the http to trigger the addon to fire now? (maybe included in plugin description) This should be pushed to official add-on when you think it's ready.
Posts: 1,435
Joined: Jun 2012
Reputation:
11
cw-kid
Posting Freak
Posts: 1,435
Hi
I just installed v0.0.4 on to my test machine, Windows 7 / XBMC V12.2
I entered the Image URL for my IP camera and the user name and password and if I go to program add-ons and click on Security CAM Overlay it works and I can see my front garden cam image in XBMC.
I have the same question as the last person, how do we then initiate the Security CAM Overlay via http / JSON call ? As I would like to link this in to my Home Automation system (Micasaverde VERA).
Also I take it you can only add one IP cam in to the Security CAM Overlay add-on ?
Many thanks!
Posts: 74
Joined: Apr 2013
Reputation:
2
luup.inet.wget("http://192.168.0.5:81/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22Addons.ExecuteAddon%22,%22params%22:{%22addonid%22:%22script.securitycaml%22}}")
Work for me too.
Posts: 8
Joined: May 2013
Reputation:
0
Is this addon available for everyone?
Posts: 793
Joined: Oct 2010
Reputation:
17
Just add another params key to the dict on the same level as addon I'd. It's value should be a dict of args to be passed to the addon