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.4.tar.gz
(13.0 kB
view hashes)
Built Distribution
Close
Hashes for simple_pyueye-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7db965a9a7fa155f520054ef2a18f1928058b55e849af3238600e86e4897cc8c |
|
MD5 | a2ce0acd0f552d2d7c250b227f18922a |
|
BLAKE2b-256 | 84864b0b9dda360fe31709f5a31c776bfd1126177d5eb411233024065e9ed5c8 |