Metadata-Version: 2.1
Name: nionswift-video-capture
Version: 0.2.5
Summary: Capture video from built-in camera using OpenCV.
Home-page: https://github.com/nion-software/nionswift-hyperspy
Author: Nion Software
Author-email: swift@nion.com
License: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.8
License-File: LICENSE

# Nion Swift Video Capture

A video capture package for Nion Swift.

## Installation

```
conda install opencv
conda install nionswift-video-capture
```

## License

This project is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).

Changelog (nionswift-video-capture)
===================================

0.2.5 (2022-12-08)
------------------
- Update compatibility requirement for instrumentation kit.

0.2.4 (2022-09-14)
------------------
- Make opencv an optional package.

0.2.3 (2021-11-12)
------------------
- nionswift-instrumentation 0.20 compatibility.

0.1.0 (INITIAL VERSION)
-----------------------
- Initial version.
