High-level wrapper for the python bindings package pyueye
Project description
Description
This package is a high-level wrapper for the python bindings wrapper pyueye. The package was designed for easier implementation.
QuickStart
$ from simple_pyueye import CameraObj as Camera
$ camera=Camera(CamID)
$ camera.open()
$ camera.capture_still(save=True,filename='img.png')
$ camera.close()
Installation
$ pip install simple-pyueye
$ pip uninstall enum34 # if your python version is 3.6 or higher
Requirements
Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
Package | Explanation |
---|---|
pyueye | Python bindings to ueye.dll |
numpy | array management |
pywin32 | Capturing Windows events |
opencv | for the demos live simple pre-processing example |
pillow | handling images |
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
simple_pyueye-0.0.6.tar.gz
(13.6 kB
view hashes)
Built Distribution
Close
Hashes for simple_pyueye-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da07fe18ca666812559f3674347c927a5ab33929ffdde1637e271ff9b7fdffde |
|
MD5 | b76581fe88139ef371b8c0367137b23c |
|
BLAKE2b-256 | 20ceb21e6c13209336ddd2d67287f0c0ec82d92099e3c00c38209c4dbe50dfaf |