basic_intervalometer
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| basic_intervalometer [2017/06/25 20:08] – walkeradmin | basic_intervalometer [2017/06/25 20:19] (current) – walkeradmin | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ---- | ---- | ||
| \\ | \\ | ||
| - | So here is a command line to use <color #ed1c24> | + | So here is a command line to use <color #22b14c> |
| \\ | \\ | ||
| \\ | \\ | ||
| gphoto2 --interval=10 --frames=10 --capture-image-and-download | gphoto2 --interval=10 --frames=10 --capture-image-and-download | ||
| - | \\ | ||
| \\ | \\ | ||
| So in this example, we are going to capture 10 frames, at an interval of 10 seconds, and download each file. | So in this example, we are going to capture 10 frames, at an interval of 10 seconds, and download each file. | ||
| - | \\ | ||
| \\ | \\ | ||
| < | < | ||
| Line 37: | Line 35: | ||
| Deleting file / | Deleting file / | ||
| Deleting ' | Deleting ' | ||
| - | Capturing frame #4/10... | + | etc.. |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5937.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #5/10... | + | |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5938.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #6/10... | + | |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5939.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #7/10... | + | |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5940.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #8/10... | + | |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5941.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #9/10... | + | |
| - | Waiting for next capture slot 9 seconds... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5942.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| - | Capturing frame #10/10... | + | |
| - | New file is in location / | + | |
| - | Downloading ' | + | |
| - | Saving file as IMG_5943.CR2 | + | |
| - | Deleting file / | + | |
| - | Deleting ' | + | |
| </ | </ | ||
| + | It can be see that after the image is downloaded, it is deleted also. If you don't want the files deleted, use the following syntax. | ||
| + | \\ | ||
| + | gphoto2 --interval=10 --frames=10 --capture-image-and-download --keep | ||
| \\ | \\ | ||
| Here are the 10 files I captured | Here are the 10 files I captured | ||
| Line 94: | Line 48: | ||
| </ | </ | ||
| \\ | \\ | ||
| - | <color # | + | <color # |
| + | \\ | ||
| + | \\ | ||
| + | If you need a relatively short interval, then just use the following syntax to capture the files, then download them at the end of the capture. | ||
| + | \\ | ||
| + | gphoto2 --interval=3 --frames=10 --capture-image | ||
| + | \\ | ||
| + | Here you can see the files are captured, but not copied or deleted (you don't have to use the --keep switch if you are not downloading at the same time). | ||
| + | \\ | ||
| + | < | ||
| + | Time-lapse mode enabled (interval: 3s). | ||
| + | Capturing frame #1/10... | ||
| + | Waiting for next capture slot 2 seconds... | ||
| + | New file is in location / | ||
| + | Capturing frame #2/10... | ||
| + | Waiting for next capture slot 2 seconds... | ||
| + | New file is in location / | ||
| + | Capturing frame #3/10... | ||
| + | Waiting for next capture slot 2 seconds... | ||
| + | New file is in location / | ||
| + | </ | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | |||
basic_intervalometer.1498421317.txt.gz · Last modified: (external edit)
