https://github.com/nikolaikh/cam-imaging-live-python
Live stream of a camera via pycromanager, show live background subtraction, save files
https://github.com/nikolaikh/cam-imaging-live-python
gui image imaging micro-manager micromanager pycro-manager pyqtgraph python python3 qt qtdesigner
Last synced: 4 months ago
JSON representation
Live stream of a camera via pycromanager, show live background subtraction, save files
- Host: GitHub
- URL: https://github.com/nikolaikh/cam-imaging-live-python
- Owner: NikolaiKh
- License: gpl-3.0
- Created: 2025-02-19T11:14:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T11:25:59.000Z (4 months ago)
- Last Synced: 2025-02-19T12:25:41.425Z (4 months ago)
- Topics: gui, image, imaging, micro-manager, micromanager, pycro-manager, pyqtgraph, python, python3, qt, qtdesigner
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cam-imaging-live-python
Live stream of a camera via pycromanager, show live background subtraction, save files.Interface is made with QtDesigner and based on PyQt 5/6. There is a small script to convert .ui to .py
Pyqtgraph is used to show 2d images, as it's faster then matplotlib: https://stackoverflow.com/questions/40126176/fast-live-plotting-in-matplotlib-pyplot?noredirect=1&lq=1
Multithreading is used also, according to: https://www.pythonguis.com/tutorials/multithreading-pyqt-applications-qthreadpool/