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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

File details

Details for the file pyflycap2-0.3.1.tar.gz.

File metadata

  • Download URL: pyflycap2-0.3.1.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyflycap2-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7f0973c922194b3ea9bee46695b2f5990af4dfd3e2faa9c7b496f93973f4ff93
MD5 836ec9556be13b9c5346d303753caa10
BLAKE2b-256 2cf5c7a24fc676b61d8c509acc83800e7f9e42764f25d770729f8afff71d0901

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyflycap2-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6c2b65140d5c6d7b339e5280832eb1f1d86dec791d71d0484e1f1d89ad4f8290
MD5 ef7280e13b64c75ff24275ea339ba36d
BLAKE2b-256 852b87f99f8ca236ddc21a9e3d465bab5dbc8db4872b5112aa8d06522897f878

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pyflycap2-0.3.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 db3ef43eca4a456611305e35926af52dba5c04cfb4b9fcd19e5acf2bbfbf8901
MD5 b2f4b13abd338a965e748300a8b47e01
BLAKE2b-256 4b68b604d3bfbecb738ffb2bedd2d7a6d4d0478066ad5c290d0e56e3f82284c3

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for pyflycap2-0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7bb2832a280c8d8376e219a96dad1790dd682a18f431bf4006e639970e68fbf2
MD5 0a26e45d455eab2339e6004dc51347ba
BLAKE2b-256 eff31a345ce7ed4b863bfaf0180208827d61100da58f5b29582edff40ff5fe34

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for pyflycap2-0.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ad4a2fae33ba0935248f3ba51caba8593be44d6f9de581f16e420880a1021253
MD5 4960fdfb5195394076fd2a5f69892098
BLAKE2b-256 6a99e051248e99aa1f7e1889dd4de15148b4f90919676892446913e327530b81

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for pyflycap2-0.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c6e93bde7225b484156fc2f08a35f804fcef92e4d8763161e1c70bc342310b80
MD5 a46905aa5205eb3611ac55f06a97a256
BLAKE2b-256 003c528bee0fd5020c1d01f436c29a9e21ee1901a3315c42a55e8d77280c48dc

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.10

File hashes

Hashes for pyflycap2-0.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f183fac6adcacb1b92d3cfccd14cd660d04688100e06e24f824425726c706056
MD5 386600a3e0a49bb7118be12c730acb8f
BLAKE2b-256 85ff06f4179255826b8969db594cf93872f946c925fa725614bc46149803f9e3

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for pyflycap2-0.3.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e64d3e8cfb568dd27a07de3ba143e6462873eeee8a2ce7cecf439266faee4098
MD5 33982913793123f2a08e237dd838fa51
BLAKE2b-256 addaf994369797c9996f361cd3ebc09efe6e8e619e60be7f6ea1df208fe8ca7d

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyflycap2-0.3.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.9

File hashes

Hashes for pyflycap2-0.3.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 edbb05d29463180dd771dd96b4ade952c5baad0cbeff8b40b1665d4f6fa61884
MD5 26053e50f233cefc7aa57259b6e8311a
BLAKE2b-256 3c255396bfd9f54fe2796baf91918bf5ad334dfd35dadb94ec5d9e0be2b3b203

See more details on using hashes here.

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