View unanswered posts | View active topics It is currently Sat May 25, 2013 1:48 pm



Reply to topic  [ 14 posts ] 
 Refreshing SecuritySpy images on Control Pages? 
Author Message

Joined: Nov 13, 2011
Posts: 47
Post Refreshing SecuritySpy images on Control Pages?
Maybe I'm missing something, but how do I integrate security spy with indigo touch. The idea is to have a constantly updating image on my control page tha shows the current camera images. Such as a front door camera that can be checked when somebody rings the doorbell.

Thanks


Tue Dec 13, 2011 8:39 pm
Profile
Site Admin
User avatar

Joined: Jan 27, 2003
Posts: 11698
Location: Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
Good question. I don't believe this is documented anywhere well currently. Here is what I did:

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

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

3) In the URL edit field create a URL like:

Code: Select all
http://SS_USER:SS_PASSWORD@SS_SERVER_ADDR:SS_PORT/++image?cameraNum=SS_CAMERA_INDEX&width=CONTROL_WIDTH&height=CONTROL_HEIGHT

An example would be:

Code: Select all
http://matt:secret@127.0.0.1:8010/++image?cameraNum=1&width=320&height=240

Cool Tip: for iPhone retina resolution display double the width/height in the URL that you specified for the control in step #2.


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

You will obviously need to enable the SecuritySpy Web server via SecuritySpy's Settings->Web server setup... menu item and use the same user name, password, and port specified in step #3.

_________________
Image


Tue Dec 13, 2011 9:27 pm
Profile WWW

Joined: Nov 13, 2011
Posts: 47
Post Re: Refreshing SecuritySpy images on Control Pages?
Thanks...as usual a quick response that worked perfectly


Tue Dec 13, 2011 9:36 pm
Profile
User avatar

Joined: Jul 17, 2010
Posts: 71
Post Re: Refreshing SecuritySpy images on Control Pages?
How difficult would it be to have it working with Evocam ? their version 4 is great and offers also an HTML5 feed, pan and tilt for a lot of cams at an affordable price...


Wed Dec 14, 2011 8:28 am
Profile
Site Admin
User avatar

Joined: Jan 27, 2003
Posts: 11698
Location: Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
If EvoCam's Web server provides a way to access individual JPG images from each camera, then probably so. I checked the EvoCam Web site, however, and didn't see the details about how/if that is possible. Perhaps it is in the manual that comes with it though?

_________________
Image


Wed Dec 14, 2011 4:25 pm
Profile WWW
User avatar

Joined: Jul 17, 2010
Posts: 71
Post Re: Refreshing SecuritySpy images on Control Pages?
This is what Evocam's user manual says about their web server:

Accessing documents via EvoCam's web server
EvoCam automatically assigns a unique prefix to each new document. This prefix (not the document's name) is used to determine the URL of that document when it is accessed via EvoCamʼs web server. For example, if your EvoCam server's IP address is 1.2.3.4 and the document's prefix is 1, then the URL for that document would be:
http://1.2.3.4:8080/1/stream.html

I don't know if these are individual images...


Fri Dec 16, 2011 4:42 am
Profile
User avatar

Joined: Jul 17, 2010
Posts: 71
Post Re: Refreshing SecuritySpy images on Control Pages?
I received the info from Evocam, and tested it, it works ! I can see the live stream using:

http://1.2.3.4:8080/1/image.jpg

Fantastic !


Fri Dec 23, 2011 1:29 am
Profile
Site Admin
User avatar

Joined: Mar 19, 2008
Posts: 6667
Location: Austin, Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
Excellent news, thanks for sharing.

_________________
Jay (Indigo Support)
Image


Fri Dec 23, 2011 7:22 am
Profile WWW

Joined: Jun 02, 2011
Posts: 11
Post Re: Refreshing SecuritySpy images on Control Pages?
I have just started using both Indigo and Security Spy. I am getting started creating my control pages. Could you provide step-by-step procedures? Assume I do not know where any menu items are.

Thanks


Mon Mar 26, 2012 7:59 am
Profile
Site Admin
User avatar

Joined: Mar 19, 2008
Posts: 6667
Location: Austin, Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
I'm not s SecuritySpy user so I can't help much. Anyone else with experience want to chime in?

_________________
Jay (Indigo Support)
Image


Mon Mar 26, 2012 9:40 am
Profile WWW
Site Admin
User avatar

Joined: Jan 27, 2003
Posts: 11698
Location: Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
The 2nd post above has the details. You won't be choosing menus -- the UI discussed in that post is referring to the controls at the bottom of the Control Page editor window itself. If you get stuck, then let me know exactly where in the process and we can help out.

_________________
Image


Tue Mar 27, 2012 7:29 pm
Profile WWW

Joined: Jul 06, 2010
Posts: 499
Location: Petoskey, MI
Post Re: Refreshing SecuritySpy images on Control Pages?
matt (support) wrote:Good question. I don't believe this is documented anywhere well currently. Here is what I did:

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

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

3) In the URL edit field create a URL like:

Code: Select all
http://SS_USER:SS_PASSWORD@SS_SERVER_ADDR:SS_PORT/++image?cameraNum=SS_CAMERA_INDEX&width=CONTROL_WIDTH&height=CONTROL_HEIGHT

An example would be:

Code: Select all
http://matt:secret@127.0.0.1:8010/++image?cameraNum=1&width=320&height=240

Cool Tip: for iPhone retina resolution display double the width/height in the URL that you specified for the control in step #2.


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

You will obviously need to enable the SecuritySpy Web server via SecuritySpy's Settings->Web server setup... menu item and use the same user name, password, and port specified in step #3.



Matt... I'm getting this issue in my event log:

http://10.0.1.7:8000/++image?cameraNum= ... height=240 load error: <urlopen error [Errno 64] Host is down>

The URL address I have is this:
http://dewster:mypassword1@10.0.1.7:800 ... height=240

So my question is... is the port for the webserver or do you have to broadcast in security spy and use THAT port? I've tried it a number of different ways and can't seem to get it to work properly.


Wed Jul 25, 2012 4:46 pm
Profile
Site Admin
User avatar

Joined: Jan 27, 2003
Posts: 11698
Location: Texas
Post Re: Refreshing SecuritySpy images on Control Pages?
The port is for SecuritySpy's Web server (not Indigo's). You should be able to access the URL from a Web browser as well. If that doesn't work, the double-check the settings in Security Spy (via the Settings->Web servers up... menu item).

_________________
Image


Thu Jul 26, 2012 3:58 pm
Profile WWW

Joined: Jul 06, 2010
Posts: 499
Location: Petoskey, MI
Post Re: Refreshing SecuritySpy images on Control Pages?
Matt,
I'm running the securityspy software on the same computer that I'm running Indigo on. With an IP address for a camera, a broacasting IP address, I was getting mixed up in that it had to be the IP address of the server computer that is running the software. Got it all setup now and it's running well. Thanks for the help.


Fri Jul 27, 2012 6:02 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.   Template designed by STSoftware.