pyueye - Python bindings for uEye API.
Project description
pyueye
Python bindings for uEye API
Links
Description
pyueye is a lean wrapper implementation of Python function objects that represent uEye API functions. As there is no intelligence in the pyueye interface, it is as near as possible to the uEye C API and always up-to-date. Benefit from many Python advantages, for example the interactive programming of your uEye camera. Write and test small code snippets without the complex setup of a programming IDE with a toolchain. The pyueye interface is ideal for prototyping uEye camera applications for all supported uEye platforms (Windows, Linux, Linux Embedded). The pyueye interface is compatible to previous versions of the IDS Software Suite. Further information on the pyueye versions can be found in the release notes
Installation
pip install pyueye
Quickstart
from pyueye import ueye
h_cam = ueye.HIDS(0)
ret = ueye.is_InitCamera(h_cam, None)
if ret != ueye.IS_SUCCESS:
pass
License
pyueye - uEye API Python bindings
Copyright (c) 2022 by IDS Imaging Development Systems GmbH.
All rights reserved.
pyueye is a lean wrapper implementation of Python function objects that
represent uEye API functions. These bindings could be used as is.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pyueye-4.96.952-py2.py3-none-any.whl
.
File metadata
- Download URL: pyueye-4.96.952-py2.py3-none-any.whl
- Upload date:
- Size: 57.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1393355be8d2072730f1c617a7b22a99186989a6f62a1386a5ff04fbcf30cd5 |
|
MD5 | 2cfb79e58b05c518d734d74970cbd429 |
|
BLAKE2b-256 | 48b92a372f906a4f5f197509f5fbc165f1e0e321daf4b6361edfcf46d0fe6888 |