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: http://matham.github.io/pyflycap2/index.html

To install: http://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.0.tar.gz (14.6 kB view details)

Uploaded Source

Built Distributions

pyflycap2-0.3.0-cp38-cp38-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

pyflycap2-0.3.0-cp38-cp38-win32.whl (5.6 MB view details)

Uploaded CPython 3.8 Windows x86

pyflycap2-0.3.0-cp37-cp37m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

pyflycap2-0.3.0-cp37-cp37m-win32.whl (5.6 MB view details)

Uploaded CPython 3.7m Windows x86

pyflycap2-0.3.0-cp36-cp36m-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

pyflycap2-0.3.0-cp36-cp36m-win32.whl (5.6 MB view details)

Uploaded CPython 3.6m Windows x86

File details

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

File metadata

  • Download URL: pyflycap2-0.3.0.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c08987635d0d5195a0e0546773fe3cb193c0d8baf7d9d9a8a91320c18f0b8749
MD5 6c1761191500917aa21ddc67ae2e14bd
BLAKE2b-256 d75800ae6bb95f3ba91d71e6b140b74672c37ab846fda833131d5acc73cf03d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyflycap2-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 11181d8a9e3462cc9987ad366c912acd23522f6955588c2490d408a4f0abf782
MD5 0d397c0d4a7c5df539ec6c287125356b
BLAKE2b-256 6f4526091c336f8b6beb39eceddd948b0aa9db2e793185b40953a608ba7866d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyflycap2-0.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e5a4553c21ba981c9eb915ea50cfd356f00a1a47d1a6d25aae51cb317641a405
MD5 7d033521943dcec09171288c1cd44260
BLAKE2b-256 62c72da640d85992968972ae72d3c0b40a48d84978b1053eef792f1a773edd65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyflycap2-0.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4248dbc08eb9c52eadfe66cd0dfb65d7ebda051a9dc9c8f978b8445b6868ff4d
MD5 00e239f4525b8a4140e7f09ef42a730a
BLAKE2b-256 a8941f2ddfaacf7f391b33755968c6a81f77ac98a230ea62d0cdc598acba9cd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyflycap2-0.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a33af954461e0a0711606e87b9d4704d52c4b11a2148f0e160d1353abe55355f
MD5 9dd7f1de4b7a717117b3aed6e0abe755
BLAKE2b-256 1b168ab0ac7b2623042339211aa029fd9da828e74de41df5d885cd1d68345e8d

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyflycap2-0.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d79f2e5a147743a4eb920cc4b9a85ad994b2d81b7cbcc763ac999cbd1c61b8a1
MD5 be4d46746e8c84b6e4b3ca892dc8ce01
BLAKE2b-256 a841f7bec7d911ea93c68305eb03a7f3646a6ba9d4e3db9c1a8cb32f92d331c6

See more details on using hashes here.

File details

Details for the file pyflycap2-0.3.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyflycap2-0.3.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for pyflycap2-0.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0deb0ab153e10bb5b94939c4f2a1b0906e1af658fad4b1f6372ed54330d1d9c7
MD5 0dde34b9bad8bc057c3dbf1ce3e86b9b
BLAKE2b-256 2ed9a165bd445041212448ac8983a91f94cb5d7bd8c49a569bc56f372d59e1e2

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