Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I added a timestamp option into the filenames argument #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

deganii
Copy link

@deganii deganii commented Oct 31, 2017

Hi Ted,

Thanks for your great work on this simple and useful webcam image capture app.

I made a small modification which allows a user to specify a wildcard {TS} that is replaced by a timestamp. So for example:

CommandCam /filename C:\my_photo_dir{TS}.png

Would expand automatically to:

CommandCam /filename C:\my_photo_dir\2017-10-30_02-30-12.png

I found this very useful for saving timelapse photo sequences by periodically calling the above command from the windows task scheduler. If you think it's worth adding to the main repository, please feel free to modify as you see fit. Thanks again!

Best,
Ismail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants