Author Topic: Image Salsa alternate  (Read 1844 times)

0 Members and 1 Guest are viewing this topic.

Offline DAVE Z

  • Senior Member
  • **
  • Posts: 83
Image Salsa alternate
« on: March 02, 2019, 11:41:22 PM »
I am using Image Salsa to grab images and FTP them to my website. It has some great features including the time stamping  and FTP. However it will not grab the image on my DLINK IP CAMERA. There are some local cameras I would like to grab an image from also but it refuses. I can copy the URL from these cameras and put the URL in a browser Window they pull up an Image but I.S. yields nothing. Is there other software I can use? I have seen Blue Iris mentioned. Also Webcam XP PRO.

Offline SteveFitz1

  • Forecaster
  • *****
  • Posts: 519
    • Tyler Texas Weather
Re: Image Salsa alternate
« Reply #1 on: March 03, 2019, 12:12:15 AM »
I, too, used Image Salsa several years ago then moved to WebcamXP Pro. However, I moved to Blue Iris a few years back. It's a great product and works well with all my different versions of IP cameras.

Steve

Offline ConligWX

  • Forecaster
  • *****
  • Posts: 836
  • #conligwx
    • conligwx.org
Re: Image Salsa alternate
« Reply #2 on: March 03, 2019, 04:38:14 AM »
you could try iptimelapse

http://iptimelapse.com/

know a few people who use this in Windows.
Regards Simon
Davis Vantage Pro2 Plus (6162UK) • Daytime FARS • WeatherLink Live • AirLink • PurpleAir PA-II-SD • CumulusMX •


Offline Cutty Sark Sailor

  • WxElement panel
  • Forecaster
  • *****
  • Posts: 3393
    • Frankfort Weather - TwinHollies WeatherCenter
Re: Image Salsa alternate
« Reply #3 on: March 03, 2019, 11:10:39 AM »
I still use my Webcam 7 live stream /stills and overlays.. ... for other files use FLING, and some smaller stuff... I don't worry about time-lapse... If I've an event warranting it, I'll take over manually...
Still Slideshow link... (if cursor over image, it pauses)
http://frankfortweather.us/still/seq.html
 


Offline ke9lz

  • De Pere - Athelstane Weather
  • Contributor
  • ***
  • Posts: 143
    • De Pere Weather
Re: Image Salsa alternate
« Reply #4 on: March 03, 2019, 06:16:15 PM »
I also used Image Salsa for many years but ended up switching to a combination of Iptimelapse for uploading my cam images as well as time lapse and use Netcam Studio for the live and motion detection that I wanted.  Both have worked flawless for me.  http://weather.athelstanewi.com/wxwebcam.php

Steve
Steve (KE9LZ)
Athelstane Weather
Blitzortung 1177, 1565


Offline ConligWX

  • Forecaster
  • *****
  • Posts: 836
  • #conligwx
    • conligwx.org
Re: Image Salsa alternate
« Reply #5 on: March 03, 2019, 06:30:32 PM »
Personally I just use a bash script since the image is processed on my Webserver (linux)

wget - to grab a snapshot image
Process a template file for what  weather values I want on the image
Then use Imagik's "convert" to add the layers and values onto the top and bottom of the image.
copy the image to a base image for the website, updating it every minute.
Convert another image for WU (150kb)
upload the WU image every 5 minutes using a different script in Crontab.
Regards Simon
Davis Vantage Pro2 Plus (6162UK) • Daytime FARS • WeatherLink Live • AirLink • PurpleAir PA-II-SD • CumulusMX •


Offline DAVE Z

  • Senior Member
  • **
  • Posts: 83
Re: Image Salsa alternate
« Reply #6 on: March 08, 2019, 05:06:37 PM »
I looked into  IPTIMELAPSE and it is exactly what I need. Thanks

Offline SoMDWx

  • Forecaster
  • *****
  • Posts: 1014
    • Southern Maryland Weather
Re: Image Salsa alternate
« Reply #7 on: March 14, 2019, 05:18:33 PM »
Does IPTimeLaspe work with USB cameras (local)?

Offline Bushman

  • Forecaster
  • *****
  • Posts: 7549
    • Eagle Bay Weather
Re: Image Salsa alternate
« Reply #8 on: March 14, 2019, 05:26:05 PM »
As long as the USB camera can store a JPG locally - yes. (AFAIK)  You need the pro version to do overposting of data, though.
Need low cost IP monitoring?  http://wirelesstag.net/wta.aspx?link=NisJxz6FhUa4V67/cwCRWA or PM me for 50% off Wirelesstags!!

Offline SoMDWx

  • Forecaster
  • *****
  • Posts: 1014
    • Southern Maryland Weather
Re: Image Salsa alternate
« Reply #9 on: March 14, 2019, 05:27:46 PM »
Then you still need something like ImageSalsa to grab the actual video from the USB camera then it goes to IPTimeLapse.

Offline Bushman

  • Forecaster
  • *****
  • Posts: 7549
    • Eagle Bay Weather
Re: Image Salsa alternate
« Reply #10 on: March 14, 2019, 06:45:14 PM »
Need low cost IP monitoring?  http://wirelesstag.net/wta.aspx?link=NisJxz6FhUa4V67/cwCRWA or PM me for 50% off Wirelesstags!!

Offline SoMDWx

  • Forecaster
  • *****
  • Posts: 1014
    • Southern Maryland Weather
Re: Image Salsa alternate
« Reply #11 on: March 14, 2019, 06:51:25 PM »
Sorry for the confusion...

I have a Logitech 9000 webcam (USB) that ImageSalsa captured...

I don't know it IPTimeLapse can grab the video from the camera directly or do you need an intermediate program to do that?

Jim

Offline thomas

  • Contributor
  • ***
  • Posts: 110
Re: Image Salsa alternate
« Reply #12 on: March 14, 2019, 09:40:42 PM »
If your camera has some command line scripts, this can be put in IPtimelapse to grab a picture.

Something like this:   DCS-936L - http://IPADDRESS:PORT_NUMBER/mjpeg.cgi?user=[USERNAME]&password=[PASSWORD]

 

anything