Metadata-Version: 2.1
Name: lucidCameraGUI
Version: 1.0
Summary: A GUI for running a LucidVision camera
Author-email: "Kenneth P. Marshall" <kenneth.marshall@esrf.fr>
Maintainer-email: "Kenneth P. Marshall" <kenneth.marshall@esrf.fr>
Project-URL: repository, https://github.com/msujas/lucidCameraGui
Keywords: Lucid Vision,ArenaView,gui
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: PyQt5

Two scripts for running a Lucid Vision camera, one of which is a gui form of the other, based on the script provided with the Arena (Lucid software) API. The gui script will run on it's own (run 'python lucidStreamGui.py'). Requires the arena_api package, pyqt5, and OpenCV.

Options include selecting the camera resolution, offsets (if using lower than max. resolution), gain, the size of the displayed image on the monitor, Mono8 or BGR8 colour formats, whether to overlay a red cross on the image (and to adjust the size and position of the cross) for e.g. centering a capillary.

![image](https://github.com/msujas/lucidCameraGui/assets/79653376/c6c1bcf4-271a-43bc-aa92-8d84a8ad4fb6)
