topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:55 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - elder74 [ switch to compact view ]

Pages: [1]
1
DC Website Help and Extras / Re: Screenshot Captor Question
« on: July 15, 2010, 07:37 PM »
Thank you for your prompt reply. Maybe if I show you what I do it might help:

When I find a new webcam that I am interested in I find out the source as you will see in the bash script below.

#numberofloops=240; for ((i = 0; $i < $numberofloops; i++));  do wget http://windisgood.co...Webcams/Cookcam2.jpg -O $(date +%Y-%m-%d)_$i.jpg;  sleep 30;  done; shutdown -h now

The above runs every 30 seconds for 240 loops. By using the URL I get the full size image off the camera. It runs in the Terminal (C: prompt) which means it can run in the background while it does its job. When it does the last loop it then shuts the whole system down.

When I run Screen Captor I only get the small image that is active on the web page of the site. Multiples of images of that size are not really of interest to me.

Sincerely, Bill.

2
DC Website Help and Extras / Screenshot Captor Question
« on: July 14, 2010, 09:30 PM »
I like to take screenshots of shipping. To do this I log into a webcam that is set to the ship channel that updates the image once every minute. As I don't know exactly when a ship will pass, I need to set up the programme to capture each screenshot, as it changes every minute. I do this now with Linux and all it required was a simple bash script. With Linux I set the script to capture 600 images, timed at 60 second intervals. This means that the programme runs for ten hours without me having to do anything to it. I then go through it, keep the images I want, then delete the rest.

Now I need  to be able to do the same as I do with Linux but using Windows instead. Will Screenshot Capture do the same thing. If it does, would someone kindly give me some pointers as to how to go about it.

Any help will be appreciated.

Pages: [1]