Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordens/pyflycapture2
python bindings for the flycapture v2 api (libflycapture-2c)
https://github.com/jordens/pyflycapture2
Last synced: 3 months ago
JSON representation
python bindings for the flycapture v2 api (libflycapture-2c)
- Host: GitHub
- URL: https://github.com/jordens/pyflycapture2
- Owner: jordens
- Created: 2014-08-15T00:27:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T18:58:48.000Z (over 7 years ago)
- Last Synced: 2023-10-20T20:50:51.512Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 37
- Watchers: 5
- Forks: 31
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pyflycapture2
=============*Cython/Cwrap based python bindings for the FlyCapture v2 C API from PointGrey.*
License: GPLv3+
NOTE
====**There is "Python support for FlyCapture2 SDK" available from PointGrey now. You may want to try and use those instead of these bindings.**
Install PointGrey FlyCapture2 Library
-------------------------------------Links and instructions for downloading and installing the latest
FlyCapture 2.x library from Point Grey for Linux can be found here:http://www.ptgrey.com/support/downloads
Download Linux (64-bit, 32-bit, or ARM, whichever is appropriate).
This requires registration. Follow the instructions in those packages to
install the libraries.It will also be necessary to copy or link the contents of flycapture.2x/lib/C to /usr/lib.
Install pyflycapture2
---------------------Ensure that you have installed ``cython`` and ``numpy``.
Use ``virtualenv`` to your advantage.::pip install git+https://github.com/jordens/pyflycapture2.git
Test pyflycapture2
------------------Adapt ``test_flycapture2.py`` to your camera and liking.::
python test_flycapture2.py