An open API service indexing awesome lists of open source software.

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

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/