Skip to content

Releases: panditsomnath10016git/simplePiCamera-GUI

v2.2.0

09 Jan 08:08
1f13d8d
Compare
Choose a tag to compare

added refresh button to counter the app hanging

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.0.1

19 Dec 11:02
Compare
Choose a tag to compare

dynamic scalebar value update with scalebar length.

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

16 Dec 12:23
a17b297
Compare
Choose a tag to compare

calibration data load bug resolved.

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Dec 18:28
1e231b9
Compare
Choose a tag to compare
  • 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

30 Dec 07:46
Compare
Choose a tag to compare
  • Save directory is now in home directory.
  • A standalone executable made for Pi with PyInstaller.

First release of simplePiCamera-GUI

29 Dec 11:13
2e1f419
Compare
Choose a tag to compare

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.