Re: Plaatje van netcam mailen
Posted: Sat Dec 31, 2011 2:21 pm
I rewrote my Webcam script making it easier to use and requiring only 1 script in Homeseer.
http://www.domoticaworld.com
( See announcement post or click 'Scripts / Webcams')
To grab a webcam image I run the script with the following parameters
1. The first line grabs the camera image and stores it as 'CameraBackdoor.jpg'
2. The second line emails that particular picture
So what you do need is the URL that grabs the camera picture.
http://www.domoticaworld.com
( See announcement post or click 'Scripts / Webcams')
To grab a webcam image I run the script with the following parameters
Code: Select all
DJ_WebCam_03.vb("Main","W4|http://user:password@10.1.1.1/img/snapshot.cgi|CameraBackdoor|html\Camera\|no")
SendEmail attaching file "C:\Program Files\Homeseer 2\html\Camera\CameraBackdoor.jpg"
2. The second line emails that particular picture
So what you do need is the URL that grabs the camera picture.