用于ueye api的python绑定

说明

pyueye是表示ueye api函数的python函数对象的瘦包装实现。由于pyueye接口中没有智能,因此它尽可能接近ueye c api,并且始终是最新的。受益于许多python优势,例如ueye相机的交互式编程。编写和测试小代码片段,而无需复杂地设置带有工具链的编程IDE。pyueye接口是为所有受支持的ueye平台(windows、linux、linux-embedded)制作ueye相机应用程序原型的理想选择。

您可以在pyueyerelease notes中找到有关此软件版本的更多信息。

安装

>pip安装pyueye

快速启动from pyueye import ueye

h_cam = ueye.HIDS(0)

ret = ueye.is_InitCamera(h_cam, None)

if ret != ueye.IS_SUCCESS:

pass

许可证PyuEye - uEye API Python bindings

Copyright (c) 2017 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.

欢迎加入QQ群-->: 979659372

9ddc589a9bae9dd81334056da3504a2c.png

推荐PyPI第三方库

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐