跳转到主要内容

Cython绑定的Point Gray Fly Capture 2。

项目描述

为Point Gray的FlyCapture2库提供python绑定的项目。

更多信息: https://matham.github.io/pyflycap2/index.html

安装: https://matham.github.io/pyflycap2/installation.html

Github CI status

示例

列出GigE摄像头

from pyflycap2.interface import CameraContext
cc = CameraContext()
cc.rescan_bus()
print(cc.get_gige_cams())  # prints list of serial numbers.

使用GUI进行配置

from pyflycap2.interface import GUI
gui = GUI()
gui.show_selection()

从相机读取图像

from pyflycap2.interface import Camera
c = Camera(serial=cam_serial)
c.connect()
c.start_capture()
c.read_next_image()
image = c.get_current_image()  # last image
c.disconnect()

项目详情


下载文件

为您的平台下载文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

pyflycap2-0.3.1.tar.gz (15.4 kB 查看哈希值)

上传时间:

构建分布

pyflycap2-0.3.1-cp310-cp310-win_amd64.whl (8.2 MB 查看哈希值)

上传时间 CPython 3.10 Windows x86-64

pyflycap2-0.3.1-cp310-cp310-win32.whl (9.3 MB 查看哈希值)

上传时间 CPython 3.10 Windows x86

pyflycap2-0.3.1-cp39-cp39-win_amd64.whl (8.2 MB 查看哈希值)

上传时间 CPython 3.9 Windows x86-64

pyflycap2-0.3.1-cp39-cp39-win32.whl (9.3 MB 查看哈希值)

上传时间 CPython 3.9 Windows x86

pyflycap2-0.3.1-cp38-cp38-win_amd64.whl (8.2 MB 查看哈希值)

上传时间 CPython 3.8 Windows x86-64

pyflycap2-0.3.1-cp38-cp38-win32.whl (9.3 MB 查看哈希值)

上传时间 CPython 3.8 Windows x86

pyflycap2-0.3.1-cp37-cp37m-win_amd64.whl (8.2 MB 查看哈希值)

上传时间 CPython 3.7m Windows x86-64

pyflycap2-0.3.1-cp37-cp37m-win32.whl (9.3 MB 查看哈希值)

上传时间 CPython 3.7m Windows x86

由以下支持