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 |
Release files for simple-pyueye 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_pyueye-0.0.7.tar.gz | 13.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_pyueye-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.4 kB
Release files / simple_pyueye-0.0.7.tar.gz
| Download URL | simple_pyueye-0.0.7.tar.gz |
|---|---|
| Size | 13.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d7b99d69d1882ecf28616c3e21891a34ea123542a12d2878e33bb8da76e9c0c8
|
|
BLAKE2b-256 checksum How to use checksums |
617f90d2a5e62c6415c278dc92381600f5935a64c5ed9f67ae2c88033e46808f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|
Release files / simple_pyueye-0.0.7-py3-none-any.whl
| Download URL | simple_pyueye-0.0.7-py3-none-any.whl |
|---|---|
| Size | 15.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
522fb8f9d1b19a8fcbb75691f6bb242e4be0a6ef4c1742cef741cf75912acf93
|
|
BLAKE2b-256 checksum How to use checksums |
f00853c1a890f07eda9a3d39d953c8973d13c2ade4ae1df1b4dd748fc7c6a44b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
|