/omniscope-viewer

Napari Plugin to connect to multiple ESP32 cameras

Primary LanguagePythonMIT LicenseMIT

napari-live-recording

License: MIT PyPI Python Version tests codecov

A napari plugin for live video recording with a generic camera device and generate a stack of TIFF images from said device.

The plugin provides a common interface for a generic camera device to be directly controlled from the napari GUI. The plugin can

  • acquire continously in live view;
  • record a stack of images and store them as ImageJ-compatible TIFF, OME-TIFF or HDF5 files.

This napari plugin was generated with Cookiecutter using with @napari's cookiecutter-napari-plugin template.

Installation

You can install napari-live-recording via pip:

pip install napari-live-recording

If you want to install the plugin using the source code, you can do so by cloning the project and installing locally:

git clone https://github.com/jacopoabramo/napari-live-recording
cd napari-live-recording
pip install .

Documentation

You can review the documentation of this plugin here

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "napari-live-recording" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.