Skip to main content

Cython bindings for Point Gray Fly Capture 2.

Project description

Project that provides python bindings for the FlyCapture2 library by Point Gray.

For more information: https://matham.github.io/pyflycap2/index.html

To install: https://matham.github.io/pyflycap2/installation.html

Github CI status

Examples

Listing GigE cams:

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

Configuring with the GUI:

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

Reading images from a camera:

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyflycap2-0.3.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distributions

pyflycap2-0.3.1-cp310-cp310-win_amd64.whl (8.2 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

pyflycap2-0.3.1-cp310-cp310-win32.whl (9.3 MB view hashes)

Uploaded CPython 3.10 Windows x86

pyflycap2-0.3.1-cp39-cp39-win_amd64.whl (8.2 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

pyflycap2-0.3.1-cp39-cp39-win32.whl (9.3 MB view hashes)

Uploaded CPython 3.9 Windows x86

pyflycap2-0.3.1-cp38-cp38-win_amd64.whl (8.2 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

pyflycap2-0.3.1-cp38-cp38-win32.whl (9.3 MB view hashes)

Uploaded CPython 3.8 Windows x86

pyflycap2-0.3.1-cp37-cp37m-win_amd64.whl (8.2 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

pyflycap2-0.3.1-cp37-cp37m-win32.whl (9.3 MB view hashes)

Uploaded CPython 3.7m Windows x86

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page