Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
panditsomnath10016git committed Dec 15, 2023
1 parent 96f7286 commit e4bd5c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# simplePiCamera-GUI
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.
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 it will be extended to take videos and set the different camera parameters.

## Update Dec14, 2023
<img src="/img/GUIscreenshot.png" alt="simplePiCameraGUI screenshot" width="480" />

### Update Dec14, 2023
- scalebar introduced in the preview which can be calibrated visually.
- Error message if camera not found during initalization.

## Keyboard shortcuts
- <Control+S> to quick-save instantly with default timestamped filename.
- <Control+C> closes the application.

<img src="/img/screenshotGUI.png" alt="simplePiCameraGUI screenshot" width="480" />
## Calibration of scale for zoom lens (targeted microscope) usage.
<img src="/img/calib_screen.png" alt="calibration screen" width="480" />
Binary file added img/GUIscreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/calib_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/screenshotGUI.png
Binary file not shown.

0 comments on commit e4bd5c3

Please sign in to comment.