Releases: panditsomnath10016git/simplePiCamera-GUI
Releases · panditsomnath10016git/simplePiCamera-GUI
v2.2.0
added refresh button to counter the app hanging
What's Changed
- added refresh button for camera freeze by @panditsomnath10016git in #11
- calib img in readme changed by @panditsomnath10016git in #12
Full Changelog: v2.1.0...v2.2.0
v2.0.1
dynamic scalebar value update with scalebar length.
What's Changed
- Calibration scale value changes with length by @panditsomnath10016git in #5
- sclalebar length button symbols changed, input frame buttons code arranged. by @panditsomnath10016git in #7
Full Changelog: v2.0.1...v2.1.0
v2.0.1
calibration data load bug resolved.
What's Changed
- Calibration data save bug addressed by @panditsomnath10016git in #3
Full Changelog: v2.0.0...v2.0.1
v2.0.0
- Added a fixed scalebar and updates with different magnification.
- Scalebar calibration method introduced.
- Camera online check during initialization and warning message if not found.
- standalone executable made with pyinstaller.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
- Save directory is now in home directory.
- A standalone executable made for Pi with PyInstaller.
First release of simplePiCamera-GUI
A simple GUI to capture images with Raspberry Pi cameras.
This is the first release with the basic feature of capturing images only.
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.
Further will try to add video capture mode and settings option.
Please report problems.