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.7.tar.gz
(13.6 kB
view hashes)
Built Distribution
Close
Hashes for simple_pyueye-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 522fb8f9d1b19a8fcbb75691f6bb242e4be0a6ef4c1742cef741cf75912acf93 |
|
MD5 | 5c2a0f72162bce67d3bb3892ca68ec08 |
|
BLAKE2b-256 | f00853c1a890f07eda9a3d39d953c8973d13c2ade4ae1df1b4dd748fc7c6a44b |