Metadata-Version: 2.4
Name: nionswift-video-capture
Version: 2.7.2
Summary: Capture video from built-in camera using OpenCV.
Author-email: Nion Software <swift@nion.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/nion-software/nionswift-video-capture
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: nionswift-instrumentation<24.0,>=23.4
Requires-Dist: nionswift<17.0,>=16.16
Dynamic: license-file

# 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).
