-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
862d575
commit 2e1f419
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# PiCamera-GUI | ||
A mininalistic picamera GUI to take pictures or videos with Raspberry-Pi. | ||
A mininalistic picamera GUI to take pictures or ~videos~ with Raspberry-Pi. | ||
|
||
An effort to make an simple picamera application to take pictures and videos with picamera module in python. Initially it is a script to take only pictures but hopefully I will get time to extend it to take videos and set the different camera parameters. | ||
|
||
## Keyboard shortcuts | ||
- <Escape> to show or hide input panel. | ||
- <Control+S> to quick-save instantly with default timestamped filename. | ||
- <Enter> to save with the filename written in the input panel; If the input panel is hidden it works as quick-save. | ||
- <Control+C> closes the application. | ||
- <Control+C> closes the application. |