cloudy

Author Topic: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags  (Read 29289 times)

0 Members and 1 Guest are viewing this topic.

Offline Arnt

  • Posts: 258
  • Norway - 65.52 N / 13.12 E
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #75 on: August 01, 2009, 04:48:32 PM »
Ok, thanks for the info..

I give up...sorry for the trouble, Mchallis

Arnt

Offline staccermaccer

  • Posts: 149
  • Antwerp,Belgium
    • Weather in Ekeren and Harbour of Antwerp
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #76 on: August 03, 2009, 08:01:34 PM »
I got it working, but still the image is not producing on my site wich it did before (manually) Got to dig in a little deeper. Something must be set wrong, it cant be that difficult.
Thx for the help so far, Mike and excuse me for the long time to answer, i had to work for the weekend!
Problem is solved, works like a charm!.
« Last Edit: August 11, 2009, 02:35:07 PM by staccermaccer »

Offline banken

  • Posts: 6
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #77 on: December 19, 2009, 10:58:07 AM »
Hi.

Eany one who can help me. Got this message :x:

Warning: copy(./webcamimage-temp.jpg) [function.copy]: failed to open stream: Permission denied in /home/1/v/vegglifjell/vaer/image-webcam-overlay.php on line 1077

Warning: Cannot modify header information - headers already sent by (output started at /home/1/v/vegglifjell/vaer/image-webcam-overlay.php:1077) in /home/1/v/vegglifjell/vaer/image-webcam-overlay.php on line 969
GIF87aȀ,ڋ޼H扦ʶ L ĢL*̦ JY[E '@l%l~{s>P秦Fxx؂E7i@YiGAxixȪ( Ajiy*KAUˁ \8,W QG}ݜ ) V=jʍh~/?O_o0  <0… :|1ĉ+Z1;z2ȑ$K<2ʕ,[| 3̙4kڼ3Ν<{ 4СD=4ҥL:} 5ԩTZ5֭\z 6رd˚=6ڵlۺ} 7ܹtڽ7޽| 8 >8Ō;~ 9ɔ+[9͜;{ :ѤK>:լ[~ ;ٴk۾;ݼ{ <ċ?<̛;=ԫ[=ܻ{>˛?>ۻ?ۿ?`H`` .8A;

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #78 on: December 19, 2009, 08:11:01 PM »
adjust your server permissions. CHMOD the folder or files.

Mike

Offline Andretti

  • Posts: 270
  • Poland, silesia, Zabrze
    • ASM Poland - Zabrze
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #79 on: January 10, 2010, 10:23:53 AM »
Hi
I use this script with three cameras. There are two camera Weather (CAM1, CAM2). One camera is a "tool" for easy meter reading of water consumption (CAM3).
All work always correctly. But I noticed recently that the CAM3 does not save created images in history. Several times I compared the scripts CAM1 and CAM3 but I see no difference. And of course I do not see an error that causes CAM3 photos are not saved.
Here's how to set the camera:
The camera sends 2 photos at midnight on the server.
At 0:01 and 6:30 WD launches image-webcam3-overlay.php
I always see the meter in the morning.

Very please help me to find the cause.

Links to files:
http://www.andretti.pl/cam3/webcam3image.jpg
http://www.andretti.pl/cam3/webcam3image-temp.jpg
http://www.andretti.pl/wxcam3-history.php
http://www.andretti.pl/cam3-history-inc.php

http://www.andretti.pl/cam1/webcam1image.jpg
http://www.andretti.pl/cam1/webcam1image-temp.jpg
http://www.andretti.pl/wxcam1-history.php
http://www.andretti.pl/cam1-history-inc.php

thanks
andretti

Offline Andretti

  • Posts: 270
  • Poland, silesia, Zabrze
    • ASM Poland - Zabrze
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #80 on: January 21, 2010, 07:03:37 PM »
Does anyone know?
Can there be any file, which I did not find, which may block the addition of images to history. Maybe a cache file?
image-webcam3-overlay.php still working correctly and still does not create history
All files are the correct rights.
And what a strange, everything worked a long time and suddenly stopped

thanks
andretti

Offline tonyva

  • Posts: 1,047
  • Mangawhai Heads, Northland, New Zealand
    • Mangawhai Heads Weather
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #81 on: February 03, 2010, 07:42:36 PM »
I can get the image overlay to work like this http://www.mangawhaiweather.co.nz/image-webcam-overlay.php

But not when I run from my webpage http://www.mangawhaiweather.co.nz/wxcam.php

I think it's something to do with my wxcam.php script
Thank You
Tony

Weather Dedicated 24/7 HP Dual Core 1.8 Ghz CPU, 2GB Ram

Offline MCHALLIS

  • Posts: 2,102
  • Long Beach, WA USA
    • Weather for Long Beach, WA USA
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #82 on: February 03, 2010, 07:50:47 PM »
The Web Cam Image script should not be run inside wxcam.php script.

Instead you call the image with html like I do here

Code: [Select]
<img src="webcamimage.jpg?dontcache=<?php echo time(); ?>" alt="Weather web cam image from Long Beach, WA" title=" Weather web cam image from Long Beach, WA " width="640" height="480" />                                             

Look at steps 5 and 6 here:
http://www.642weather.com/weather/scripts-weather-cam-text.php

Offline tonyva

  • Posts: 1,047
  • Mangawhai Heads, Northland, New Zealand
    • Mangawhai Heads Weather
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #83 on: February 04, 2010, 01:05:04 AM »
Thank You
Tony

Weather Dedicated 24/7 HP Dual Core 1.8 Ghz CPU, 2GB Ram

Offline MTBLANC

  • Posts: 7
  • Whitehorse, Yukon, Canada
    • Meteowhitehorse
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #84 on: September 29, 2011, 12:54:14 PM »
Good morning,
I have installed image-webcam-overlay.php, but I have an error: 007:
http://meteowhitehorse.ca/image-webcam-overlay.php
What does it mean?
Thank you

Offline niko

  • syzygy
  • Global Moderator
  • Posts: 21,998
  • Crystal Ball broken! Please post the URL.
  • Northern California, U.S.A.
    • http://www.realweatherstation.com
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #85 on: September 29, 2011, 01:33:00 PM »
The errors are listed in the .php code:

Error 007: Convert_download: file not gif, jpg, or png. This script only supports .jpg .gif and .png

Does that help?


Offline MTBLANC

  • Posts: 7
  • Whitehorse, Yukon, Canada
    • Meteowhitehorse
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #86 on: September 30, 2011, 12:22:41 AM »
Yes, thank you... :wink:
When I did it this morning at 5:00, I forgot to write .ca.
I immediately notice the mistake after your answer.

Offline niko

  • syzygy
  • Global Moderator
  • Posts: 21,998
  • Crystal Ball broken! Please post the URL.
  • Northern California, U.S.A.
    • http://www.realweatherstation.com
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #87 on: September 30, 2011, 12:29:30 AM »
Looks good now  :D  Will we see aurora?

Offline MTBLANC

  • Posts: 7
  • Whitehorse, Yukon, Canada
    • Meteowhitehorse
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #88 on: September 30, 2011, 11:58:49 AM »
the webcam is oriented north/north west  :wink:!

Offline Stronghurst

  • You Are Never Alone With a Schizoid
  • Posts: 2,061
  • Stronghurst,IL USA
    • Burgus Computers
Re: New Script: Text Overlay Web Cam Image from PHP Weather-Display tags
« Reply #89 on: September 30, 2011, 12:35:13 PM »
Quote
You have setting mode: $no_output =1;
suppress browser image output for cron job or scheduled task usage
Here is a URL to your image:
http://meteowhitehorse.ca/webcammeteowhitehorse1-cached.jpg

This is what I "see" when I clicked on you site link??  And When I clicked on the offered link, I got a black picture with the weather onfo overlayed.

Mark
http://www.burgus.org

Every day is a good day.  Just that some days are better than others.

 

cumulus