Cynosure.X International LLC

: :

Add Comment | Related Links | TrackBack
Related Content

StoreSequence.sh (GPL)

StoreSequence.sh is a Bourne shell script that stores a sequence of image files into an archive directory. It's mainly used for archiving time-lapse web came images. It uses its StoreImage.sh companion script.

This script will take in an image file name. Based on the interval specified (in seconds), it will archive that image when the interval elapse. It will continue to do that for number of frames you specify; continuous when you specify 0. See StoreImage.sh for more details.

StoreSequence.sh takes advantage of the StoreImage.sh (GPL) Bourne shell script, which is also available on this site. So to use this script, you will need to download the StoerImage.sh script if you don't already have it.

StoreSequence.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site.

Usage

  StoreSequence.sh "image" interval frames "archive dir"

Example

The following commands archive the "webcam.jpg" every 60 seconds into the "archive" directory. It never stops until you kill the process.

  > StoreSequence.sh "webcam.jpg" 60 0 "archive"

The following command tells the operating system not to kill the process when you exits your login session. It also gives it a lower priority so that it won't compete with your other processes. Finally, it runs the task in the background of your login session.

  > nohup nice StoreSequence.sh "webcam.jpg" 60 0 "archive" &

Attached File: StoreSequence.sh (647 B)

Chieh Cheng
Wed, 05 Sep 2007 00:26:37 +0000

good morning

i'm confuse have error

[root@jaringan kamera]# ./StoreSequence.sh "webcam.jpg" 60 0 "archive"
./StoreSequence.sh: line 27: StoreImage.sh: command not found

please help me.....
thanks.

henki
Tue, 18 Sep 2007 06:14:53 +0000

Have you downloaded StoreImage.sh that is also available on this site? If so, and you have placed it in the same directory as StoreSequence.sh, that means you haven't added the current directory to your path. You can do that in your .bashrc by adding the following line:

PATH=.:$PATH

The above line adds the current directory to the front of your PATH variable. Remember to log out and log back in for the .bashrc to take effect.

Chieh Cheng
Tue, 18 Sep 2007 07:38:54 +0000

Add Comment | Related Links | TrackBack
Related Content

Did your message disappear? Read the Forums FAQ.

TrackBack

TrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites.

Send Ping | TrackBack URL | Spam Control

Title: SynchronizeDelete.sh (GPL)
Weblog: Cynosure.X International
Excerpt: After happily using Synchronize.sh and its associated SynchronizeEliminate.txt file for the past year and a half, I now have a lot of unnecessary files scattered among my synchronized computers throughout the world. Although the SynchronizeEliminate.txt prevents those files from being transmitted ba . . .
Tracked: Wed, 30 Jan 2008 01:01:46 +0000

Related Links

Add Comment

Spam Control | * indicates required field
Your Name: *
E-mail:
Remember Me!
Comment: *
File attachment is optional. Please do not attach a file to your submission unless it is relevent.
Attach File:
(20 MB Max)
Spam Protection: * Answer of 7 + 8?
Click button only once, please!

Messages, files, and images copyright by respective owners.

Products | Services
Forums | Latest | RSS
Library | Search | Wiki
Help | Licenses

Login | Register

62 Users Online

Hacking Digital Cameras
Fun for Photographers



Amazon Associate

Copyright © 1996 - 2024. All Rights Reserved.