Page 1 of 2

[ANSWERED]Refreshing EvoCam images on Control Pages?

PostPosted: Thu Dec 22, 2011 8:05 am
by gregjsmith
Anyone using Evocam with Indigo? I'm looking for ideas on how to use Evocam with Indigo 5.

Re: Evocam anyone

PostPosted: Thu Dec 22, 2011 8:51 am
by eme jota ce
I use both Evocam and Indigo but barely integrate them.

The one exception is that if the house is set to "away" mode and a motion sensor is triggered, Indigo will turn on lights near all the cameras then email me shots taken by Evocam. Evocam constantly saves a refreshed image to a folder, so Indigo just sends whatever image is in the Evocam Archive folder at the moment Indigo turns on the lights.

Re: Evocam anyone

PostPosted: Thu Dec 22, 2011 9:47 am
by DomoPat
eme jota ce wrote:
I use both Evocam and Indigo but barely integrate them.


Same here. Too bad we cannot get the the video feed in the control pages.

Re: Evocam anyone

PostPosted: Thu Dec 22, 2011 10:13 am
by matt (support)
Did you try emailing the EvoCam developer to see if the EC Web server can (or does) provide JPG image snapshots?

Re: Evocam anyone

PostPosted: Thu Dec 22, 2011 10:19 am
by gregjsmith
Evocam will output jpgs to where ever you specify. How should I use this?

Re: Evocam anyone

PostPosted: Thu Dec 22, 2011 10:35 am
by matt (support)
Try this:

1) Have EvoCam output the static JPG image to this folder:

Code: Select all
/Library/Application Support/Perceptive Automation/Indigo 5/IndigoWebServer/static/

2) Inside Control Page Editor create a new control with displays set to Refreshing Image URL.

3) Specify the image size you want for the control (160x120 works well for 2 side-by-side feeds on iPhone in portrait landscape).

4) In the URL edit field create a URL like (example assumes default Indigo Web server port number of 8176):

Code: Select all
file:///Library/Application%20Support/Perceptive%20Automation/Indigo%205/IndigoWebServer/static/EVOCAM_JPG_IMAGE_NAME

Cool Tip: for iPhone retina resolution display have EvoCam save the JPG image with DOUBLE the width/height that you specified for the control in step #3.

5) Set the refresh rate to Continuous or 1 Second.

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Thu Dec 22, 2011 10:54 am
by gregjsmith
I had to change the port number from what I had set for my server.

Indigo popped up and asked for my server password from the keychain. It shows the correct image in the control page editor but not on the clients (web or iPhone) and I see an error 401 unauthorized and I can't get Indigo to ask me for the password again (assuming I put the wrong password in).

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Thu Dec 22, 2011 11:04 am
by matt (support)
I edited step #4 above with an alternative URL to specify in the Control Page editor that should work better.

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Thu Dec 22, 2011 12:28 pm
by DomoPat
It works for me, never thought of doing a file URL. I can see the image in the control page on the Mac and iDevices. I use a one minute refresh for now, will do test with faster refreshes during daylight...

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Fri Dec 23, 2011 1:39 am
by DomoPat
I contacted Evocam's support and they gave me the info for having the live stream working on a control page. Tested it with Evocam 4 web server and it works as expected:

- enable web server in Evocam
- in the control page set the item to 'refreshing image url'
- the url should be http://1.2.3.4:8080/1/image.jpg instead of http://1.2.3.4/1/stream.html as indicated in Evocam
- set the refresh rate to 'continuous' in the control page
- voilĂ  !

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Fri Dec 23, 2011 5:11 am
by gregjsmith
I used the IP address in the address setting of EvoCam (instead of the 1.2.3.4) and it works great.

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Sat Dec 24, 2011 4:41 am
by col
Matt,
I followed your instructions and have Evocam image showing on my control page, but it does not show up on my iPad or iPhone.

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Sat Dec 24, 2011 9:50 am
by matt (support)
col wrote:
Matt, I followed your instructions and have Evocam image showing on my control page, but it does not show up on my iPad or iPhone.

Are you using Indigo Touch on your iPhone/iPad or Safari? If Indigo Touch, then try force quitting it.

What exact URL are you using?

Have you tried DomoPat's suggested URL above?

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Sat Dec 24, 2011 10:23 am
by col
Thanks Matt,

Using Indigo touch.

Now tried with Domopat's url and working fine

Merry Christmas

Re: Refreshing EvoCam images on Control Pages?

PostPosted: Tue Jul 23, 2013 5:23 am
by dgarozzo
Within Indigo, I can specify a refreshing URL with the format of http://[user]:[pass]@[site]:[port]/[camera number]/image.jpg, and in the Control Page, it will display the image, but when I go to view that either in a browser or in Indigo Touch, the image does not appear. It appears to be giving me a 401 unauthorized error.