A camera widget for qt GUIs using qtpy
Project description
Early stage Qt widget for monitoring cameras at NSLS-II
This is a simple Qt-based widget for monitoring a camera on the network, and performing some overdrawing of the images. It is still subject to change.
It depends upon qtpy which needs PySide2 or PyQt5 in order to show anything.
This currently expects a network endpoint that offers a single JPEG file, which it will use to download from periodically. Things like the FFMPEG plugin for the area detector and the AXIS webcams support this. Likely soon I will add support for the MJPEG stream that is offered by some of the cameras for more efficient data streaming from the cameras.
Expected camera urls/endpoints:
- Endpoints that offer single JPEG files that are downloaded periodically based on frame rate
- MJPEG stream (URL must end with
mjpg
orcgi
)
Installation and usage
As of v0.0.2 the widget is not pip installable.
To use clone the repo and run either of the 2 apps developed that use the widget
python main.py
- Shows a grid of camera feeds
python monitor.py
- Shows a grid of camera feeds as thumnails which can be clicked to shown on the "main" camera feed. Sort of like a Master Control in TV stations
Plugins API
A number of plugins have been developed to allow each instance of the QMicroscope camera to have it's own set of features as defined by the application. Plugins defined for the two implemented apps are as follows:
main.py
- Record plugin (alpha testing)
- Allows user to record video feed into MJPG format
monitor.py
Main camera feed
- Crosshair plugin
- Draws a crosshair with a specific color and position
- Option available to always center the crosshair regardless of size of image
- Grid plugin
- Draws a grid with specified number of rows and columns
- Options to change color, hide or show grid and selector
- Scale plugin
- Draws a scale in the x-y direction
- Options to change color, location, text shown on each axis and toggle visibility
- Crop plugin
- Crop the video feed to a specific area
- Preset plugin
- Allows settings of other plugins to be named and saved
- Settings can be restored at any point
Thumbnail camera feed
- Toggle plugin
- Adds a checkbox to the camera feed that will pause or resume the video feed
Plugin API
Instructions to write your own plugin, coming soon (checkout the plugins folder)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qmicroscope-0.0.5.tar.gz
.
File metadata
- Download URL: qmicroscope-0.0.5.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 742b322da0f1ea845784bb608ae747a8106990c3d1db5262a7b3d65ba90363c2 |
|
MD5 | de34998029689ca2664cedaca0f3902a |
|
BLAKE2b-256 | c7c175135855c2a1c70f7b9b8671dcf42b1c7f008d27431ce4e051ce4331fb3a |
Provenance
File details
Details for the file qmicroscope-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: qmicroscope-0.0.5-py3-none-any.whl
- Upload date:
- Size: 40.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d60f8ba3d9a8440d0ab5d92751296cdfac82192bb42eba22b3bcf7f2392fb0ce |
|
MD5 | 6c499477aa50fe8e24918cd9959b9572 |
|
BLAKE2b-256 | b4423906be9eda878fa23a167f001294a0d806d6f3f456f24b8df6cbc7a4b59b |