【问题标题】:Pyueye IDS CameraPyueye IDS相机
【发布时间】:2021-11-09 18:03:13
【问题描述】:

我正在使用 IDS 摄像头,他们有一个名为 pyueye 的 python 模块。我使用 pip 安装了它,但似乎缺少 dll:

Traceback (most recent call last):
  File "/home/bikram/.local/lib/python3.8/site-packages/pyueye/dll.py", line 166, in load_dll
    dll = DLL(libinfo, libnames, os.getenv(envname))
  File "/home/bikram/.local/lib/python3.8/site-packages/pyueye/dll.py", line 96, in __init__
    raise RuntimeError("could not find any library for {} ({})".format(libinfo, dllmsg))
RuntimeError: could not find any library for ueye_api (DLL_PATH: unset)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/bikram/Documents/uEye/1.py", line 1, in <module>
    from pyueye import ueye
  File "/home/bikram/.local/lib/python3.8/site-packages/pyueye/__init__.py", line 56, in <module>
    from . import ueye
  File "/home/bikram/.local/lib/python3.8/site-packages/pyueye/ueye.py", line 58, in <module>
    get_dll_file, _bind = load_dll("ueye_api", ["ueye_api_64", "ueye_api"], "PYUEYE_DLL_PATH")
  File "/home/bikram/.local/lib/python3.8/site-packages/pyueye/dll.py", line 168, in load_dll
    raise ImportError(exc)
ImportError: could not find any library for ueye_api (DLL_PATH: unset)

我注意到其他人在 Windows 中遇到了同样的问题。 其他人在使用 pyeue 时有同样的问题吗?

【问题讨论】:

    标签: ids ueye


    【解决方案1】:

    我遇到了同样的问题,但后来我从 https://en.ids-imaging.com/ 下载了 IDS 软件套件 安装它,一切正常。试试看吧。

    它还允许您在从 Python 使用它之前从 IDS 相机管理器配置他们的相机。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-09-18
      • 1970-01-01
      • 2020-10-26
      • 2021-10-14
      相关资源
      最近更新 更多