Metadata-Version: 2.1
Name: PSELPyDeviceCamera
Version: 0.1.0
Summary: Package for DeviceCamera camera
Home-page: https://photonicscience.com
Author: Photonic Science and Engineering Ltd.
Author-email: sales@photonicscience.com
License: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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 :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy >=1.18.0
Requires-Dist: opencv-contrib-python >=4.2.0.32
Requires-Dist: PSELPyBaseCamera >=0.1.0
Requires-Dist: numpy !=1.20.*,!=1.21.* ; python_version >= "3.9"

# README #

PSELPyDeviceCamera is the Photonic Science Python integration for the DeviceCamera.

### It provides ###

* A simple Python interface for control of the PSEL DeviceCamera camera
* Image acquisition
* Camera parameter control

### How do I get set up? ###
PSELPyDeviceCamera can be installed from PyPi:

    pip install PSELPyDeviceCamera

For detailed instructions see the docs.

Please note that the API is subject to change up to the v1.0.0 release.


### Who do I talk to? ###

* For support contact [sales@photonicscience.com](mailto:sales@photonicscience.com)
