fukukato / surveillancesaver

Automatically exported from code.google.com/p/surveillancesaver
0 stars 0 forks source link

Workaround for blank screen. #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I made a short list of working cams.  I did not take a lot of time in choosing 
the working hosts, so I probably skipped some valid ones.  At least this way 
you don't see a blank screen.

Open the qtz file in Quartz Composer and then click on the upper left node of 
the graph called "Javascript"  Then click on the menu item "Editor->Show 
Inspector"  In the little window that opens, click on the dropdown and select 
"Settings"

Replace the javascript contents with the following: 

outputs[0] = new Array (
new Array("http://128.214.194.71/jpg/image.jpg?r=", "FI", "Finland", "13", 
"Helsinki", 60.1755981445, 24.9342002869),
new Array("http://131.155.18.5/jpg/image.jpg?r=", "NL", "Netherlands", "06", 
"Eindhoven", 51.4500007629, 5.46670007706),
new Array("http://131.156.107.87/jpg/image.jpg?r=", "US", "United States", 
"IL", "Dekalb", 41.8963012695, -88.7443008423),
new Array("http://145.89.196.199/jpg/image.jpg?r=", "NL", "Netherlands", "09", 
"Utrecht", 52.0833015442, 5.13329982758),
new Array("http://147.134.38.233/jpg/image.jpg?r=", "US", "United States", 
"NE", "Omaha", 41.2916984558, -96.1710968018),
new Array("http://147.134.40.120/jpg/image.jpg?r=", "US", "United States", 
"NE", "Omaha", 41.2916984558, -96.1710968018),
new Array("http://148.61.142.227/jpg/image.jpg?r=", "US", "United States", 
"MI", "Allendale", 42.9742012024, -85.931098938),
new Array("http://148.61.151.202/jpg/image.jpg?r=", "US", "United States", 
"MI", "Allendale", 42.9742012024, -85.931098938),
new Array("http://148.61.171.201/jpg/image.jpg?r=", "US", "United States", 
"MI", "Allendale", 42.9742012024, -85.931098938),
new Array("http://148.61.63.218/jpg/image.jpg?r=", "US", "United States", "MI", 
"Allendale", 42.9742012024, -85.931098938),
new Array("http://148.61.97.229/jpg/image.jpg?r=", "US", "United States", "MI", 
"Allendale", 42.9742012024, -85.931098938),
new Array("http://206.140.121.226/jpg/image.jpg?r=", "US", "United States", 
"MI", "Pinckney", 42.4580993652, -83.9468002319),
new Array("http://207.111.165.30/jpg/image.jpg?r=", "US", "United States", 
"AL", "Hazel Green", 34.9341011047, -86.5802993774),
new Array("http://212.121.228.4/jpg/image.jpg?r=", "ES", "Spain", "56", 
"Barcelona", 41.3833007812, 2.18330001831),
new Array("http://213.72.190.210/jpg/image.jpg?r=", "GB", "United Kingdom", 
"C7", "Coventry", 52.4166984558, -1.54999995232),
new Array("http://216.8.159.21/jpg/image.jpg?r=", "CA", "Canada", "ON", 
"Tilbury", 42.25, -82.4332962036),
new Array("http://69.215.29.34/jpg/image.jpg?r=", "US", "United States", "PA", 
"Philadelphia", 39.996799469, -75.1484985352),
new Array("http://72.236.138.36/jpg/image.jpg?r=", "US", "United States", "FL", 
"Fort Myers", 26.5736999512, -81.8268966675),
new Array("http://82.198.200.23/jpg/image.jpg?r=", "DE", "Germany", "03", 
"Bremen", 53.0833015442, 8.80000019073),
new Array("http://87.54.59.228/jpg/image.jpg?r=", "DK", "Denmark", "None", 
"None", 56.0, 10.0)
); 

Original issue reported on code.google.com by sean.diz...@gmail.com on 8 Nov 2012 at 10:23

GoogleCodeExporter commented 8 years ago
See issue #29 for another take on this.

Original comment by bronson....@gmail.com on 30 Dec 2012 at 7:10