Add Comment
|
Related Links
|
TrackBack
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. UsageStoreSequence.sh "image" interval frames "archive dir" ExampleThe 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" & Chieh Cheng good morning i'm confuse have error [root@jaringan kamera]# ./StoreSequence.sh "webcam.jpg" 60 0 "archive" please help me..... henki 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
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. TrackBackTrackBack 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) Related LinksAdd CommentSpam Control | * indicates required field Messages, files, and images copyright by respective owners. |
Products
|
Services
51 Users Online
|
Copyright © 1996 - 2024. All Rights Reserved. |