basic_intervalometer
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| basic_intervalometer [2017/06/25 19:57] – created walkeradmin | basic_intervalometer [2017/06/25 20:19] (current) – walkeradmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Basic Intervalometer ====== | ====== Basic Intervalometer ====== | ||
| - | + | <color darkorange> | |
| - | + | \\ | |
| - | + | \\ | |
| - | + | ---- | |
| - | + | \\ | |
| - | + | So here is a command line to use <color # | |
| - | + | \\ | |
| - | + | \\ | |
| - | gphoto2 --interval=30 --frames=120 --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. | ||
| + | \\ | ||
| + | < | ||
| + | Time-lapse mode enabled (interval: 10s). | ||
| + | Capturing frame #1/10... | ||
| + | Waiting for next capture slot 9 seconds... | ||
| + | New file is in location / | ||
| + | Downloading ' | ||
| + | Saving file as IMG_5934.CR2 | ||
| + | Deleting file / | ||
| + | Deleting ' | ||
| + | Capturing frame #2/10... | ||
| + | Waiting for next capture slot 9 seconds... | ||
| + | New file is in location / | ||
| + | Downloading ' | ||
| + | Saving file as IMG_5935.CR2 | ||
| + | Deleting file / | ||
| + | Deleting ' | ||
| + | Capturing frame #3/10... | ||
| + | Waiting for next capture slot 9 seconds... | ||
| + | New file is in location / | ||
| + | Downloading ' | ||
| + | Saving file as IMG_5936.CR2 | ||
| + | Deleting file / | ||
| + | Deleting ' | ||
| + | etc.. | ||
| + | </ | ||
| + | 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 | ||
| + | \\ | ||
| + | < | ||
| + | IMG_5934.CR2 | ||
| + | IMG_5935.CR2 | ||
| + | </ | ||
| + | \\ | ||
| + | <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.1498420620.txt.gz · Last modified: (external edit)
